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:
silicons
2022-10-16 06:35:04 -07:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 91e2d8fb8a
commit 3b12c4cebe
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -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