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
+4
View File
@@ -8,12 +8,16 @@
smooth_icon(src)
smooth_icon_neighbors(src)
icon_state = ""
if(ticker)
cameranet.updateVisibility(src)
/obj/structure/blob_act()
if(prob(50))
qdel(src)
/obj/structure/Destroy()
if(ticker)
cameranet.updateVisibility(src)
if(opacity)
UpdateAffectingLights()
if(smooth)