Merge pull request #13145 from LetterN/patch-1

makes sleepers use the proper state
This commit is contained in:
Lin
2020-08-14 12:58:31 -05:00
committed by GitHub
+1 -1
View File
@@ -145,7 +145,7 @@
/obj/machinery/sleeper/ui_state(mob/user)
if(controls_inside)
return GLOB.notcontained_state
return GLOB.contained_state
return GLOB.default_state
/obj/machinery/sleeper/ui_interact(mob/user, datum/tgui/ui)