This commit is contained in:
Ghommie
2019-10-18 18:16:11 +02:00
parent 69f27e19fe
commit 9981eb916a
+3 -2
View File
@@ -48,8 +48,9 @@
if(visualsOnly)
return
if(!preference_source)
H.apply_pref_name("clown", preference_source) //rename the mob AFTER they're equipped so their ID gets updated properly.
var/client/C = H.client || preference_source
if(C)
H.apply_pref_name("clown", C) //rename the mob AFTER they're equipped so their ID gets updated properly.
else
H.fully_replace_character_name(H.real_name, pick(GLOB.clown_names))
H.dna.add_mutation(CLOWNMUT)