mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
[REFACTOR] Helper proc for unbuckling a mob (#26918)
* Helper proc from unbuckling a mob * Rename to unbuckle * Minor fixes * Move buckled up /mob/living --------- Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
return
|
||||
|
||||
if(target && target.buckled)
|
||||
target.buckled.unbuckle_mob(target, force = TRUE)
|
||||
target.unbuckle(force = TRUE)
|
||||
|
||||
if(target && target.has_buckled_mobs())
|
||||
target.unbuckle_all_mobs(force = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user