Skip to content

Commit

Permalink
Make Forge Dwarves not stumble into lava
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed May 9, 2024
1 parent c275a4d commit ef9949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/monsters/forgedwellers.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT" ],
"path_settings": { "avoid_traps": true, "avoid_sharp": true },
"death_drops": { "subtype": "collection", "groups": [ [ "forge_life", 40 ], [ "bedroom", 1 ], [ "dresser", 5 ], [ "ammo", 18 ] ] },
"flags": [ "SEES", "HEARS", "WARM", "BASHES", "GROUP_BASH", "HUMAN", "PATH_AVOID_DANGER_1" ],
"flags": [ "SEES", "HEARS", "WARM", "BASHES", "GROUP_BASH", "HUMAN", "PATH_AVOID_DANGER_2" ],
"armor": { "bash": 23, "cut": 32, "heat": 35, "bullet": 26 }
},
{
Expand Down

0 comments on commit ef9949b

Please sign in to comment.