Skip to content

Commit

Permalink
Hybrisa Alpha 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith authored and Zenith committed May 5, 2024
2 parents 6d49ec1 + 5de5d87 commit 0185483
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/game/machinery/groundmap_geothermal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@
if(F.is_lit) //Shut it down
F.set_light(F.lum_value)
F.set_light(l_range = F.lum_value,l_power = F.light_power , l_color = F.light_color)
F.set_light(l_range = F.lum_value,l_power = F.light_power , l_color = F.light_color)
else
F.set_light(0)
F.update_icon()
Expand Down Expand Up @@ -716,7 +717,9 @@ GLOBAL_LIST_INIT(ship_floodlights, list())
light_color = "#00ffa0"
lum_value = 14
light_power = 6
layer = TURF_LAYER
light_color = "#00ffa0"
lum_value = 14
light_power = 6
/obj/structure/machinery/colony_floodlight/engineer_circular/update_icon()
if(damaged)
icon_state = "engineerlight_damaged"
Expand Down

0 comments on commit 0185483

Please sign in to comment.