Skip to content

Commit a00e2ea

Browse files
fix inability to climb over railings (#29383)
1 parent d69f5a2 commit a00e2ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/game/objects/structures.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
return
110110
climbers -= user
111111
UnregisterSignal(user, COMSIG_PARENT_QDELETING)
112+
return TRUE
112113

113114
/obj/structure/proc/remove_climber(mob/living/climber)
114115
SIGNAL_HANDLER // COMSIG_PARENT_QDELETING

0 commit comments

Comments
 (0)