Resolving bugs with spawn order and delays.

This commit is contained in:
Zuhayr
2015-03-21 11:49:42 +10:30
parent d8018db5c9
commit a8f44cae98
24 changed files with 5545 additions and 5767 deletions
+3 -2
View File
@@ -79,7 +79,7 @@
if(choice && choice == "Yes")
var/mob/living/carbon/human/vox/vox = new(get_turf(src),"Vox")
vox.gender = user.gender
vox.equip_vox_raider()
raiders.equip(vox)
if(user.mind)
user.mind.transfer_to(vox)
spawn(1)
@@ -90,5 +90,6 @@
newname = L.get_random_name()
vox.real_name = newname
vox.name = vox.real_name
raiders.update_access(vox)
del(user)
..()
..()