Derp-code fix

Also adds a comment for someone else's code because they wanted me to.
This commit is contained in:
FalseIncarnate
2016-03-01 21:31:46 -05:00
parent 374c2db600
commit ea3eff7651
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -29,9 +29,6 @@
update_icon()
/obj/structure/ladder/update_icon()
if(istype(src, /obj/structure/ladder/dive_point))
return
if(up && down)
icon_state = "ladder11"
@@ -99,4 +96,7 @@
/obj/structure/ladder/dive_point/New()
..()
set_light(light_range, light_power) //magical glowing anchor
set_light(light_range, light_power) //magical glowing anchor
/obj/structure/ladder/dive_point/update_icon()
return