mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes self surgery with beds (#16004)
* fix * mochi's suggestion. added check for self surgery starting * line
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
/mob/living/update_canmove(delay_action_updates = 0)
|
||||
var/fall_over = !can_stand()
|
||||
var/buckle_lying = !(buckled && !buckled.buckle_lying)
|
||||
if(fall_over || resting || stunned)
|
||||
if(fall_over || resting || stunned || (buckled && buckle_lying != 0))
|
||||
drop_r_hand()
|
||||
drop_l_hand()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user