Fixes 18704 (#18723)

This commit is contained in:
PopeDaveThe3th
2022-08-07 09:18:09 -04:00
committed by GitHub
parent 72fe904948
commit 6a6a2eb8d8
+2 -2
View File
@@ -112,13 +112,13 @@
. += "newscaster_alert"
var/hp_percent = obj_integrity * 100 / max_integrity
switch(hp_percent)
if(75 to INFINITY)
if(75 to 200)
return
if(50 to 75)
. += "crack1"
if(25 to 50)
. += "crack2"
else
if(1 to 25)
. += "crack3"
/obj/machinery/newscaster/power_change()