icon smooth ss

adjustments

adjustements

atharrachaidhean
This commit is contained in:
xxalpha
2016-03-12 23:57:45 +00:00
parent b5db451f54
commit 688137c7dc
14 changed files with 68 additions and 43 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
/obj/structure/New()
..()
if(smooth)
smooth_icon(src)
smooth_icon_neighbors(src)
queue_smooth(src)
queue_smooth_neighbors(src)
icon_state = ""
if(ticker)
cameranet.updateVisibility(src)
@@ -23,7 +23,7 @@
if(opacity)
UpdateAffectingLights()
if(smooth)
smooth_icon_neighbors(src)
queue_smooth_neighbors(src)
return ..()
/obj/structure/mech_melee_attack(obj/mecha/M)