Final fixes

This commit is contained in:
ZomgPonies
2015-04-21 18:05:43 -04:00
parent 8de1428b51
commit 8ce0212850
7 changed files with 83 additions and 116 deletions
+2 -1
View File
@@ -210,7 +210,8 @@ proc/wabbajack(mob/living/M)
new_mob.universal_speak = 1
if("human")
new_mob = new /mob/living/carbon/human/human(M.loc)
var/mob/living/carbon/human/H = new_mob
H.set_species(pick(all_species))
var/datum/preferences/A = new() //Randomize appearance for the human
A.copy_to(new_mob)