Skip to content

Commit

Permalink
Remove DROPS_AMMO from firefighter bot
Browse files Browse the repository at this point in the history
Liquid-loaded robots drop bottled liquids when they drop ammo on-death. As the liquid should drop on the ground but doesn't, dropping the flag fixes obvious problems
  • Loading branch information
CSHague authored Feb 7, 2020
1 parent 9aa7645 commit 09073af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Salvaged_Robots/monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"ranges": [ [ 0, 5, "BURST" ] ]
}
],
"extend": { "flags": [ "FIREPROOF", "BASHES", "DROPS_AMMO" ] }
"extend": { "flags": [ "FIREPROOF", "BASHES" ] }
},
{
"id": "mon_utilibot_blob",
Expand Down

0 comments on commit 09073af

Please sign in to comment.