mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
borgs should be able to unbuckle people now.
This commit is contained in:
@@ -134,4 +134,9 @@
|
||||
/obj/machinery/stasis/crowbar_act(mob/living/user, obj/item/I)
|
||||
return default_deconstruction_crowbar(I)
|
||||
|
||||
/obj/machinery/stasis/attack_robot(mob/user)
|
||||
if(Adjacent(user) && occupant)
|
||||
unbuckle_mob(occupant)
|
||||
else
|
||||
..()
|
||||
#undef STASIS_TOGGLE_COOLDOWN
|
||||
Reference in New Issue
Block a user