[MIRROR] Servant golems do not have special names (#939)
* Servant golems do not have special names * Update golems.dm
This commit is contained in:
committed by
Poojawa
parent
bb65f9e4ac
commit
df9e22183d
@@ -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
Reference in New Issue
Block a user