Merge pull request #6257 from Citadel-Station-13/upstream-merge-36733

[MIRROR] podpeople, wishgranter victims, and clones no longer get 0 as one of their affixes (?)
This commit is contained in:
deathride58
2018-04-04 21:15:55 +00:00
committed by GitHub
5 changed files with 7 additions and 7 deletions
@@ -91,7 +91,7 @@
return ..()
/obj/effect/mob_spawn/human/exile/special(mob/living/new_spawn)
new_spawn.real_name = "Wish Granter's Victim ([rand(0,999)])"
new_spawn.real_name = "Wish Granter's Victim ([rand(1,999)])"
var/wish = rand(1,4)
switch(wish)
if(1)