mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes bolt colors being jank (#50462)
Fixes bolt colors being jank, damage bolts should reset
This commit is contained in:
@@ -603,7 +603,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal)
|
||||
var/zap_count = 0
|
||||
//Deal with power zaps
|
||||
switch(power)
|
||||
if(POWER_PENALTY_THRESHOLD to SEVERE_POWER_PENALTY_THRESHOLD)
|
||||
if(0 to SEVERE_POWER_PENALTY_THRESHOLD)
|
||||
zap_icon = DEFAULT_ZAP_ICON_STATE
|
||||
zap_count = 2
|
||||
if(SEVERE_POWER_PENALTY_THRESHOLD to CRITICAL_POWER_PENALTY_THRESHOLD)
|
||||
|
||||
Reference in New Issue
Block a user