Skip to content

Commit

Permalink
Fixes syndie-sleepers / self-use sleepers (tgstation#59534)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert authored Jun 8, 2021
1 parent ad41358 commit 15cea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/Sleeper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
open_machine()

/obj/machinery/sleeper/ui_state(mob/user)
if(controls_inside)
if(!controls_inside)
return GLOB.notcontained_state
return GLOB.default_state

Expand Down

0 comments on commit 15cea62

Please sign in to comment.