Remove redundant cleanup of /atom/var/reagents

* /datum/reagents/Destroy() does everything /datum/reagents/delete() does and more, and delete() is called only from /obj/effect/Destroy() which is *itself* redundant with its parent /atom/movable/Destroy()
This commit is contained in:
Leshana
2017-06-05 22:10:07 -04:00
parent d4ebcac3f6
commit 733f69a474
2 changed files with 0 additions and 11 deletions
@@ -13,11 +13,6 @@ would spawn and follow the beaker, even if it is carried or thrown.
unacidable = 1//So effect are not targeted by alien acid.
pass_flags = PASSTABLE | PASSGRILLE
/obj/effect/Destroy()
if(reagents)
reagents.delete()
return ..()
/datum/effect/effect/system
var/number = 3
var/cardinals = 0