Skip to content

Commit

Permalink
Make it impossible to claim a fire wall or meteor shower furniture
Browse files Browse the repository at this point in the history
  • Loading branch information
miki151 committed May 23, 2024
1 parent 282fcd2 commit 46fef70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_free/game_config/furniture.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,7 @@ Def Boulder(Id) {
layer = CEILING
constructMessage = none
tickType = MeteorShower
xForgetAfterBuilding = true
}
"FIRE_WALL"
{
Expand All @@ -2054,6 +2055,7 @@ Def Boulder(Id) {
onBuilt = SET_ON_FIRE
burnsDownMessage = STOPS_BURNING
hostileSpell = true
xForgetAfterBuilding = true
fire = 10
}
"WATER"
Expand Down

0 comments on commit 46fef70

Please sign in to comment.