Skip to content

Commit

Permalink
Merge pull request CleverRaven#55576 from Fris0uman/filthy_borg
Browse files Browse the repository at this point in the history
Add filthy flag to CBMs from zomborgs
  • Loading branch information
Rivet-the-Zombie authored Feb 22, 2022
2 parents a139c2e + 0005e8e commit 30df995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,13 @@
{
"drop": "Zomborg_CBM_harvest",
"type": "bionic_group",
"flags": [ "NO_STERILE", "NO_PACKED" ],
"flags": [ "NO_STERILE", "NO_PACKED", "FILTHY" ],
"faults": [ "fault_bionic_salvaged" ]
},
{
"drop": "Zomborg_CBM_harvest_power",
"type": "bionic_group",
"flags": [ "NO_STERILE", "NO_PACKED" ],
"flags": [ "NO_STERILE", "NO_PACKED", "FILTHY" ],
"faults": [ "fault_bionic_salvaged" ]
},
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.1 },
Expand Down

0 comments on commit 30df995

Please sign in to comment.