Excavation starting

This commit is contained in:
Heidesommer 2026-06-02 02:58:30 -04:00
parent ab0d893250
commit 21f3ff5fe3
19 changed files with 7723 additions and 2 deletions

View file

@ -0,0 +1,17 @@
can_excavate_trigger = {
NOR = {
has_trait = wounded_2
has_trait = wounded_3
has_trait = infirm
has_trait = maimed
has_trait = blind
}
has_contagious_deadly_disease_trigger = no
}
is_valid_excavation_site = {
OR = {
terrain = tells
has_special_building_slot = yes
}
}