Fixes Race Swap Runtime

- Fixes Race Swap Runtime
- Staff of change now assigns lizard name when appropriate
This commit is contained in:
Ikarrus
2015-07-06 21:47:30 -06:00
parent f02a02a393
commit a949c80fee
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -22,9 +22,8 @@
for(var/mob/living/carbon/human/H in mob_list) //yes, even the dead
if(H.dna)
if(new_species.id != H.dna.species.id) //Change their name if their species changes
H.real_name = new_species.random_name(H.gender,1)
hardset_dna(H, null, null, null, null, new_species)
H.real_name = new_species.random_name(H.gender,1)
H.regenerate_icons()
H << "<span class='notice'>You feel somehow... different?</span>"
if(!all_the_same)
@@ -232,6 +232,7 @@
if(!S.dangerous_existence)
all_species += speciestype
hardset_dna(H, null, null, null, null, pick(all_species))
H.dna.species.random_name(H.gender,1)
H.update_icons()
else
return