Merge pull request #11830 from Aranclanos/updatetriggerthis

Removes update_triggers.dm
This commit is contained in:
phil235
2015-09-19 16:47:19 +02:00
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
/*