mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Ports the radiation subsystem and cleans up damage flags. (#15715)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
add_avail(power_gen)
|
||||
if(panel_open && irradiate)
|
||||
for (var/mob/living/L in range(2, src))
|
||||
L.apply_damage(10, IRRADIATE, damage_flags = DAM_DISPERSED) // Weak but noticeable.
|
||||
L.apply_damage(10, DAMAGE_RADIATION, damage_flags = DAMAGE_FLAG_DISPERSED) // Weak but noticeable.
|
||||
|
||||
/obj/machinery/power/rtg/update_icon()
|
||||
icon_state = panel_open ? "[initial(icon_state)]-open" : initial(icon_state)
|
||||
|
||||
Reference in New Issue
Block a user