diff --git a/data/mods/CBM_Dungeon_Test/labyrinth_monsters.json b/data/mods/CBM_Dungeon_Test/labyrinth_monsters.json index dbb972e2472e6..147afa0164a19 100644 --- a/data/mods/CBM_Dungeon_Test/labyrinth_monsters.json +++ b/data/mods/CBM_Dungeon_Test/labyrinth_monsters.json @@ -48,6 +48,7 @@ "harvest": "mon_zomborg", "dissect": "dissect_mon_zomborg", "armor": { "bash": 6, "cut": 28, "bullet": 16 }, + "path_settings": { "avoid_traps": true }, "flags": [ "SEES", "HEARS", "WARM", "BASHES", "GROUP_BASH", "PATH_AVOID_DANGER_1", "PUSH_MON" ] }, { @@ -61,6 +62,7 @@ "dodge": 8, "melee_dice": 3, "starting_ammo": { "bone_dart": 20 }, + "path_settings": { "avoid_traps": true }, "special_attacks": [ { "type": "gun", @@ -150,7 +152,6 @@ "revert_to_itype": "e_scrap", "anger_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT" ], "death_drops": { "subtype": "collection", "groups": [ [ "robots", 80 ] ] }, - "death_function": { "corpse_type": "BROKEN" }, "flags": [ "SEES", "HEARS", "GOODHEARING", "PATH_AVOID_DANGER_1", "PRIORITIZE_TARGETS" ], "armor": { "bash": 32, "cut": 28, "acid": 12, "heat": 8, "bullet": 35 } }