Skip to content

Commit

Permalink
Energy sabers no longer have light while turned off (ss220-space#4830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Apr 7, 2024
1 parent 7171cc5 commit 6001270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/weapons/melee/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
light_power = 2
light_range = 2
light_system = MOVABLE_LIGHT
light_on = FALSE
var/colormap = list(red=LIGHT_COLOR_RED, blue=LIGHT_COLOR_LIGHTBLUE, green=LIGHT_COLOR_GREEN, purple=LIGHT_COLOR_PURPLE, yellow=LIGHT_COLOR_RED, pink =LIGHT_COLOR_PURPLE, orange =LIGHT_COLOR_RED, darkblue=LIGHT_COLOR_LIGHTBLUE, rainbow=LIGHT_COLOR_WHITE)

/obj/item/melee/energy/attack(mob/living/target, mob/living/carbon/human/user)
Expand Down

0 comments on commit 6001270

Please sign in to comment.