Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/json/monsters/feral_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "MONSTER",
"name": { "str": "feral human" },
"description": "Pupils dilated and what remains to be seen of the iris and sclera are bloodshot. It still breathes but the zombies treat it like one of them.",
"default_faction": "mon_chud",
"default_faction": "zombie",
"looks_like": "chud",
"bodytype": "human",
"species": [ "HUMAN" ],
Expand Down Expand Up @@ -42,6 +42,7 @@
],
"death_drops": "default_zombie_clothes",
"death_function": [ "NORMAL" ],
"zombify_into": "mon_zombie",
"anger_triggers": [ "FRIEND_DIED", "FRIEND_ATTACKED", "HURT" ],
"flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "BLEED", "HUMAN", "CAN_OPEN_DOORS", "PATH_AVOID_DANGER_2" ]
},
Expand Down