This commit is contained in:
SandPoot
2024-04-24 20:12:27 -03:00
parent b956e0c40e
commit a1a80c5d4f
4 changed files with 145 additions and 37 deletions
+6
View File
@@ -87,6 +87,12 @@
if(AM)
user.start_pulling(AM)
//reopening ladder radial menu ahead
T = get_turf(user)
var/obj/structure/ladder/ladder_structure = locate() in T
if (ladder_structure && (up && down))
ladder_structure.use(user)
/obj/structure/ladder/proc/use(mob/user, is_ghost=FALSE)
if (!is_ghost && !in_range(src, user))
return