Merge pull request #50 from shellspeed1/stasis-bed-improvements

Borgs can now unbuckle people from stasis beds, Surgery is now performable on stasis beds.
This commit is contained in:
quotefox
2019-10-29 03:22:09 +00:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
+5
View File
@@ -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