Merge pull request #48859 from Archanial/master

Fixes stasis beds not working with operation computers
This commit is contained in:
skoglol
2020-01-20 10:23:11 +01:00
committed by GitHub
3 changed files with 97 additions and 59 deletions
@@ -468,6 +468,11 @@
computer.table = src
break
/obj/structure/table/optable/Destroy()
. = ..()
if(computer && computer.table == src)
computer.table = null
/obj/structure/table/optable/tablepush(mob/living/user, mob/living/pushed_mob)
pushed_mob.forceMove(loc)
pushed_mob.set_resting(TRUE, TRUE)