Skip to content

Commit

Permalink
Give zombie prisoner variants their full name (#75839)
Browse files Browse the repository at this point in the history
* add zombie to prisoner variant names, shorten to prison zombie

* revert names to "prisoner zombie"
  • Loading branch information
bloodbowel authored Aug 22, 2024
1 parent 72e9afe commit 14efc43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/monsters/zed_prisoner.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"id": "mon_zombie_prisoner_brute",
"type": "MONSTER",
"name": { "str": "prisoner brute" },
"name": { "str": "prisoner zombie brute" },
"description": "This muscular zombie wears black and white striped prisoner clothes.",
"copy-from": "mon_zombie_brute",
"looks_like": "mon_zombie_brute",
Expand All @@ -23,7 +23,7 @@
{
"id": "mon_zombie_prisoner_fat",
"type": "MONSTER",
"name": { "str": "fat prisoner" },
"name": { "str": "fat prisoner zombie" },
"description": "This fat zombie wears black and white striped prisoner clothes.",
"copy-from": "mon_zombie_fat",
"looks_like": "mon_zombie_fat",
Expand All @@ -32,7 +32,7 @@
{
"id": "mon_zombie_prisoner_tough",
"type": "MONSTER",
"name": { "str": "tough prisoner" },
"name": { "str": "tough prisoner zombie" },
"description": "This tough-looking zombie wears black and white striped prisoner clothes.",
"copy-from": "mon_zombie_tough",
"looks_like": "mon_zombie_tough",
Expand Down

0 comments on commit 14efc43

Please sign in to comment.