From 413e85bb520513effedc5a828ca2895fb115dfeb Mon Sep 17 00:00:00 2001 From: moo <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:53:46 -0500 Subject: [PATCH] Update code/game/machinery/defibrillator_mount.dm --- code/game/machinery/defibrillator_mount.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/defibrillator_mount.dm b/code/game/machinery/defibrillator_mount.dm index 5ab5f57dcc1..abb1f8a728f 100644 --- a/code/game/machinery/defibrillator_mount.dm +++ b/code/game/machinery/defibrillator_mount.dm @@ -172,7 +172,7 @@ /obj/item/wallframe/defib_mount/charging name = "unhooked PENLITE defibrillator mount" - desc = "A frame for a PENLITE defibrillator mount. It can't be removed once it's placed." + desc = "A frame for a PENLITE defibrillator mount. Unlike the normal mount, it can passively recharge the unit inside." icon_state = "penlite_mount" custom_materials = list(/datum/material/iron = 300, /datum/material/glass = 100, /datum/material/silver = 50) result_path = /obj/machinery/defibrillator_mount/charging