mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user