diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm index 1819e423dc..30a8b21f2e 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/medical.dm @@ -298,7 +298,7 @@ if("watch") src.active1.fields["m_stat"] = "*Watch*" if("stable") - src.active2.fields["m_stat"] = "Stable" + src.active1.fields["m_stat"] = "Stable" if (href_list["b_type"])