This commit is contained in:
Fox-McCloud
2015-07-08 23:09:57 -04:00
parent 0e8619a202
commit 6ca4791571
3 changed files with 4 additions and 6 deletions
+1 -4
View File
@@ -40,10 +40,7 @@ would spawn and follow the beaker, even if it is carried or thrown.
var/amount = 8.0
/obj/effect/proc/delete()
loc = null
if(reagents)
qdel(reagents)
return
qdel(src)
/obj/effect/effect/water/New()