[MIRROR] Servant golems do not have special names (#939)

* Servant golems do not have special names

* Update golems.dm
This commit is contained in:
CitadelStationBot
2017-05-18 11:28:09 -05:00
committed by Poojawa
parent bb65f9e4ac
commit df9e22183d
2 changed files with 702 additions and 700 deletions

View File

@@ -140,7 +140,10 @@
var/mob/living/carbon/human/H = new_spawn
H.set_cloned_appearance()
if(!name)
H.real_name = H.dna.species.random_name()
if(has_owner)
H.real_name = "[initial(X.prefix)] Golem ([rand(1,999)])"
else
H.real_name = H.dna.species.random_name()
else
H.real_name = name

File diff suppressed because it is too large Load Diff