mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Prevent pets from resisting out of being buckled to chairs.
* Simple animals won't resist out of being buckled while idle. This lets them be buckled on shuttles etc. They still will resist out when they lock onto a target etc.
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
handle_idle_speaking()
|
||||
|
||||
//Resisting out buckles
|
||||
if(incapacitated(INCAPACITATION_BUCKLED_PARTIALLY))
|
||||
if(stance != STANCE_IDLE && incapacitated(INCAPACITATION_BUCKLED_PARTIALLY))
|
||||
resist()
|
||||
|
||||
//Resisting out of closets
|
||||
|
||||
Reference in New Issue
Block a user