Removes update_triggers.dm and moves the code inside of it to their respective procs. Most of the procs on this file were duplicated.

This commit is contained in:
Aranclanos
2015-09-16 21:52:25 -03:00
parent 683b0803f7
commit caf4d7d5a5
10 changed files with 50 additions and 112 deletions
@@ -13,7 +13,14 @@ 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/effect/New()
..()
if(ticker)
cameranet.updateVisibility(src)
/obj/effect/effect/Destroy()
if(ticker)
cameranet.updateVisibility(src)
..()
return QDEL_HINT_PUTINPOOL
/*