mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Transforming to/from protean blob unbuckles riders
This commit is contained in:
@@ -215,6 +215,9 @@
|
||||
/mob/living/carbon/human/proc/nano_intoblob()
|
||||
if(buckled)
|
||||
buckled.unbuckle_mob()
|
||||
if(LAZYLEN(buckled_mobs))
|
||||
for(var/buckledmob in buckled_mobs)
|
||||
unbuckle_mob(buckledmob, force = TRUE)
|
||||
if(pulledby)
|
||||
pulledby.stop_pulling()
|
||||
stop_pulling()
|
||||
@@ -259,6 +262,9 @@
|
||||
return
|
||||
if(buckled)
|
||||
buckled.unbuckle_mob()
|
||||
if(LAZYLEN(buckled_mobs))
|
||||
for(var/buckledmob in buckled_mobs)
|
||||
unbuckle_mob(buckledmob, force = TRUE)
|
||||
if(pulledby)
|
||||
pulledby.stop_pulling()
|
||||
stop_pulling()
|
||||
|
||||
Reference in New Issue
Block a user