From e8a6932067a1161d1f0b9b311ff5f15271b4fc5f Mon Sep 17 00:00:00 2001 From: Adrer Date: Tue, 27 Jun 2023 03:38:09 +0200 Subject: [PATCH] OPtable no longer forces resting state (#21367) Co-authored-by: adrermail@gmail.com --- code/game/machinery/OpTable.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/OpTable.dm b/code/game/machinery/OpTable.dm index fd90b97b58a..42f993cd9bb 100644 --- a/code/game/machinery/OpTable.dm +++ b/code/game/machinery/OpTable.dm @@ -101,7 +101,6 @@ user.visible_message("[user] climbs on [src].","You climb on [src].") else visible_message("[new_patient] has been laid on [src] by [user].") - new_patient.resting = TRUE if(new_patient.s_active) //Close the container opened new_patient.s_active.close(new_patient) add_fingerprint(user)