Removes all checks for subsystem existence

This commit is contained in:
Jordan Brown
2017-08-01 10:16:37 -04:00
parent 6df66f730f
commit 6175ab77d5
42 changed files with 109 additions and 157 deletions
@@ -13,12 +13,10 @@ would spawn and follow the beaker, even if it is carried or thrown.
/obj/effect/particle_effect/New()
..()
if(SSticker)
GLOB.cameranet.updateVisibility(src)
GLOB.cameranet.updateVisibility(src)
/obj/effect/particle_effect/Destroy()
if(SSticker)
GLOB.cameranet.updateVisibility(src)
GLOB.cameranet.updateVisibility(src)
. = ..()
/datum/effect_system