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