mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Hotfix for lights blowing up (#17941)
Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
a9d8ed94ae
commit
68606b588b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user