From 50397a33ffb6dbc6c2e250978a7dce281df4d3f7 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 13 Sep 2017 11:19:14 -0400 Subject: [PATCH] Fix screwdrivers showing old cryo pods --- .../atmospherics/machinery/components/unary_devices/cryo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm index 8db256e179a..6547f47eaa9 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm @@ -286,7 +286,7 @@ log_game("[key_name(user)] added an [I] to cyro containing [reagentlist]") return if(!on && !occupant && !state_open) - if(default_deconstruction_screwdriver(user, "cell-o", "cell-off", I)) + if(default_deconstruction_screwdriver(user, "pod-off", "pod-off", I)) return if(exchange_parts(user, I)) return