Skip to content

Commit

Permalink
macro args
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Aug 24, 2023
1 parent 52a089e commit 6d4c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
if(. != CHECKS_PASSED)
return
set_light_range(initial(light_range))
set_light_power(FLOOR(initial(light_power) * 0.5))
set_light_power(FLOOR(initial(light_power) * 0.5, 1))
set_light_on(toggle_on)
flags_marine_armor ^= ARMOR_LAMP_ON

Expand Down

0 comments on commit 6d4c82e

Please sign in to comment.