Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give zombie prisoner variants their full name #75839

Merged
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
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
Loading