mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Merge pull request #48859 from Archanial/master
Fixes stasis beds not working with operation computers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user