The World Can Burn For All I Care

This commit is contained in:
Fox McCloud
2019-03-03 11:06:31 -05:00
parent e53bf24316
commit e7f8cca24a
+3 -2
View File
@@ -305,8 +305,9 @@
var/mob/living/silicon/robot/R = loc
if(locate(src) in R.module.modules)
R.module.modules -= src
if(usr)
usr.unEquip(src, TRUE)
if(ismob(loc))
var/mob/living/L = loc // At this stage, stack code is so horrible and atrocious, I wouldn't be all surprised ghosts can somehow have stacks. If this happens, then the world deserves to burn.
L.unEquip(src, TRUE)
qdel(src)
return TRUE
return FALSE