From beca3b43b5fee41c6833ef35d03ce6174ae8dfe1 Mon Sep 17 00:00:00 2001 From: Adrer Date: Sat, 24 Jul 2021 21:36:32 +0200 Subject: [PATCH] Prevents labels from stacking up when entering and exiting cryopods (#16417) * Set name back to initial on exit. * Remove unneeded change Co-authored-by: adrermail@gmail.com --- code/game/machinery/cryopod.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index a67f068912f..f831d40acb1 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -709,6 +709,8 @@ else icon_state = base_icon_state + name = initial(name) + return