Roller Bed Fix (#15378)

This commit is contained in:
Geeves
2022-12-19 16:28:22 +02:00
committed by GitHub
parent 7387bd1250
commit a04324efbb
2 changed files with 7 additions and 1 deletions
@@ -473,7 +473,7 @@
else
attach_iv(buckled, usr)
return
if(ishuman(over_object))
if(usr != over_object && ishuman(over_object))
if(user_buckle(over_object, usr))
attach_iv(buckled, usr)
return