From cf2cda9365357869f12d6cb8df0f5b1ac2c0bc08 Mon Sep 17 00:00:00 2001 From: Archie Date: Wed, 5 May 2021 01:26:18 -0300 Subject: [PATCH] Desc change. --- hyperstation/code/modules/mining/equipment/survival_pod.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/mining/equipment/survival_pod.dm b/hyperstation/code/modules/mining/equipment/survival_pod.dm index 64949016..9bc33102 100644 --- a/hyperstation/code/modules/mining/equipment/survival_pod.dm +++ b/hyperstation/code/modules/mining/equipment/survival_pod.dm @@ -2,7 +2,7 @@ /obj/item/survivalcapsule/reactor // the not-so-survival capsule name = "RMBK Reactor Beacon" - desc = "A special bluespace beacon designed to implement a reactor into the hull of the ship that it is activated on." + desc = "A special bluespace beacon designed to implement a reactor into the hull of the ship or station that it is activated on." icon = 'icons/obj/device.dmi' icon_state = "beacon" template_id = "reactor"