mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Derp-code fix
Also adds a comment for someone else's code because they wanted me to.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user