Hotfix for lights blowing up (#17941)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
TheToaster98
2025-07-01 19:30:33 +02:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent a9d8ed94ae
commit 68606b588b
+1 -1
View File
@@ -710,7 +710,7 @@ var/global/list/light_type_cache = list()
return FALSE
if(!has_emergency_power(pwr))
return FALSE
if(cell.charge > 300) //it's meant to handle 120 W, ya doofus
if(cell.charge > 750) //it's meant to handle 120 W, ya doofus. Not Anymore!!
visible_message(span_warning("[src] short-circuits from too powerful of a power cell!"))
status = LIGHT_BURNED
installed_light.status = status