mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-31 01:46:47 +01:00
fixes a bunch of bugs (#4550)
* ok * why were those just there * Fix * Update life.dm Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
91e2d8fb8a
commit
3b12c4cebe
@@ -99,7 +99,7 @@
|
||||
usr.visible_message("<span class='warning'>[user] starts climbing onto \the [src]!</span>")
|
||||
climbers |= user
|
||||
|
||||
if(!do_after(user,(issmall(user) ? climb_delay * 0.6 : climb_delay)))
|
||||
if(!do_after(user, issmall(user) ? climb_delay * 0.6 : climb_delay, src, incapacitation_flags = INCAPACITATION_ALL))
|
||||
climbers -= user
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user