several bugfixes (#7577)

This commit is contained in:
Timothy Teakettle
2026-05-15 19:31:46 +02:00
committed by GitHub
parent edbe9fbf5f
commit 0e3eef37c8
11 changed files with 27 additions and 16 deletions
+3
View File
@@ -94,6 +94,9 @@
if(incapacitated())
to_chat(src, "<span class='warning'>You are physically unable to climb \the [ladder].</span>")
return FALSE
if(is_buckled())
to_chat(src, "<spab class='warning'>You can't do this while buckled to \the [buckled]!</span>")
return FALSE
return TRUE
/mob/observer/ghost/may_climb_ladders(var/ladder)