Long lasting emergency lights (#17930)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
TheToaster98
2025-07-01 01:10:04 +02:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 8df3ebc21a
commit 83b1505bbe
+2 -2
View File
@@ -192,8 +192,8 @@
/obj/item/cell/emergency_light
name = "miniature power cell"
desc = "A tiny power cell with a very low power capacity. Used in light fixtures to power them in the event of an outage."
charge = 120
maxcharge = 120 //Emergency lights use 0.2 W per tick, meaning ~10 minutes of emergency power from a cell
charge = 720
maxcharge = 720 //Emergency lights use 0.2 W per tick, meaning ~60 minutes of emergency power from a cell
matter = list(MAT_GLASS = 20)
icon_state = "em_light"
connector_type = "emergency"