removes the useless effect/delete() proc, used QDEL_IN and addtimers, nanofrost can weld scrubbers too, some more cleanup fixes and tried to get smoke fade_out to work (it doesn't work and hasn't in the past)

This commit is contained in:
uraniummeltdown
2017-11-04 12:06:35 +04:00
parent a0939ca93b
commit 718aaf4d87
6 changed files with 29 additions and 48 deletions
@@ -37,7 +37,7 @@
I.icon_state = ""
spawn(20)
if(I)
I.delete()
qdel(I)
src.oldposition = T
spawn(2)
if(src.on)
@@ -100,9 +100,9 @@
II.icon_state = ""
spawn(20)
if(I)
I.delete()
qdel(I)
if(II)
II.delete()
qdel(II)
spawn(2)
if(src.on)
src.processing = 1