Last Few Destroy Fixes

This commit is contained in:
Fox-McCloud
2015-10-10 00:16:31 -04:00
parent 07770fdda7
commit ec10abc480
2 changed files with 23 additions and 32 deletions
+4 -3
View File
@@ -52,7 +52,7 @@
O.forceMove(loc)
usr << "\The [src] crumbles to pieces."
spawn(5)
qdel(src)
qdel(src)
return
if(!stored_computer.manipulating)
@@ -65,7 +65,7 @@
spawn(5)
stored_computer.manipulating = 0
qdel(src)
qdel(src)
else
usr << "\red You are already opening the computer!"
@@ -73,8 +73,9 @@
AltClick()
if(Adjacent(usr))
open_computer()
Destroy()
..()
return QDEL_HINT_HARDDEL_NOW // Warning: GC'ing will cause the laptop to vanish when it next closes
//Quickfix until Snapshot works out how he wants to redo power. ~Z