Re-adds spawn()s for qdels in transform_procs, to prevent early .
This commit is contained in:
PsiOmega
2015-05-18 19:15:28 +02:00
parent e2e0ffc6e5
commit c26b4e79b9

View File

@@ -106,7 +106,8 @@
O.add_ai_verbs()
O.rename_self("ai",1)
qdel(src)
spawn(0) // Mobs still instantly del themselves, thus we need to spawn or O will never be returned
qdel(src)
return O
//human -> robot
@@ -158,7 +159,8 @@
callHook("borgify", list(O))
O.Namepick()
qdel(src)
spawn(0) // Mobs still instantly del themselves, thus we need to spawn or O will never be returned
qdel(src)
return O
//human -> alien