podpeople, wishgranter victims, and clones no longer get 0 as one of their affixes (?) (#36733)

* yeeeeeeeeeeap

* i turned myself into a commit morty!

* I'M COMMIT RICKKKKKKKK

* tinydwarfy was an inside job

* *reels in pain* you KNOW I DON'T LIKE PISTACHIOS

* WOO
This commit is contained in:
Armhulen
2018-04-03 16:11:31 -07:00
committed by CitadelStationBot
parent 5dddb2db45
commit fff22d5409
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -172,7 +172,7 @@
occupant = H
if(!clonename) //to prevent null names
clonename = "clone ([rand(0,999)])"
clonename = "clone ([rand(1,999)])"
H.real_name = clonename
icon_state = "pod_1"
+2 -2
View File
@@ -36,7 +36,7 @@
occupant = H
if(!clonename) //to prevent null names
clonename = "clone ([rand(0,999)])"
clonename = "clone ([rand(1,999)])"
H.real_name = clonename
icon_state = "pod_1"
@@ -294,4 +294,4 @@
else
pod.growclone(mob_occupant.real_name, dna.uni_identity, dna.struc_enzymes, clone_species, dna.features, mob_occupant.faction)
temp = "[mob_occupant.real_name] => <font class='good'>Cloning data sent to pod.</font>"
playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0)
playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0)
@@ -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)