From 59c7723e012e9c2ca30a17f2e404b573760b5303 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 14 Sep 2017 13:19:38 -0500 Subject: [PATCH] [MIRROR] Fix screwdrivers showing old cryo pods (#2763) * Fix screwdrivers showing old cryo pods * 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 89e6538b07..4583680d13 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