From f4a754e8d9acdfd48f63006da2a9a6b6ba709483 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 21 Nov 2020 17:22:16 +0100 Subject: [PATCH] [MIRROR] Fix comment on non-charging defibrilator mounts (#1757) * Fix comment on non-charging defibrilator mounts (#54982) * Fix comment on non-charging defibrilator mounts Co-authored-by: Jordan Brown --- code/game/machinery/defibrillator_mount.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/machinery/defibrillator_mount.dm b/code/game/machinery/defibrillator_mount.dm index ef042071031..c35b13ef9fe 100644 --- a/code/game/machinery/defibrillator_mount.dm +++ b/code/game/machinery/defibrillator_mount.dm @@ -1,4 +1,4 @@ -//Holds defibs and recharges them from the powernet +//Holds defibs does NOT recharge them //You can activate the mount with an empty hand to grab the paddles //Not being adjacent will cause the paddles to snap back /obj/machinery/defibrillator_mount @@ -7,8 +7,7 @@ icon = 'icons/obj/machines/defib_mount.dmi' icon_state = "defibrillator_mount" density = FALSE - use_power = IDLE_POWER_USE - idle_power_usage = 0 + use_power = NO_POWER_USE power_channel = AREA_USAGE_EQUIP req_one_access = list(ACCESS_MEDICAL, ACCESS_HEADS, ACCESS_SECURITY) //used to control clamps processing_flags = NONE @@ -176,6 +175,7 @@ name = "PENLITE defibrillator mount" desc = "Holds defibrillators. You can grab the paddles if one is mounted. This PENLITE variant also allows for slow, passive recharging of the defibrillator." icon_state = "penlite_mount" + use_power = IDLE_POWER_USE idle_power_usage = 1 wallframe_type = /obj/item/wallframe/defib_mount/charging