mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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 <Cyberboss@users.noreply.github.com>
This commit is contained in:
co-authored by
Jordan Brown
parent
dc2f20bb09
commit
f4a754e8d9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user