Skip to content

Commit

Permalink
yellow is not orange
Browse files Browse the repository at this point in the history
  • Loading branch information
lectronyx committed Jan 18, 2025
1 parent 1797898 commit 97400ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/melee/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@
possible_colors = list("yellow" = COLOR_YELLOW)

/obj/item/melee/energy/sword/saber/orange
possible_colors = list("yellow" = COLOR_ORANGE)
possible_colors = list("orange" = COLOR_ORANGE)

/obj/item/melee/energy/sword/saber/hegemony
desc = "A peculiar blade produced on Moghes. It pulses with a strange heat."
icon_state = "swordhegemony"
sword_color = "swordhegemony"

/obj/item/melee/energy/sword/saber/attackby(obj/item/W, mob/living/user, params)
if(W.tool_behaviour == TOOL_MULTITOOL)
Expand Down

0 comments on commit 97400ee

Please sign in to comment.