mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Fixes 18704 (#18723)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user