Skip to content

Commit

Permalink
final polish on the Moghesan energy sword
Browse files Browse the repository at this point in the history
make that shit WORK - this time, actually tested!
  • Loading branch information
lectronyx committed Jan 18, 2025
1 parent 15c8994 commit 14af08d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/melee/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@
possible_colors = list("orange" = LIGHT_COLOR_ORANGE)

/obj/item/melee/energy/sword/hegemony
name = "Moghesan energy sword"
icon_state = "moghessword"
desc = "A peculiar blade produced on Moghes. It pulses with a strange heat."
desc = "A peculiar blade produced on Moghes, popular in both the Hegemony and desert due to its ease of repair and effectiveness as a weapon. Its handle is wrapped with threshbeast hide."

/obj/item/melee/energy/sword/saber/attackby(obj/item/W, mob/living/user, params)
if(W.tool_behaviour == TOOL_MULTITOOL)
Expand Down
Binary file modified icons/mob/inhands/weapons/swords_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/swords_righthand.dmi
Binary file not shown.
Binary file modified icons/obj/weapon/energy.dmi
Binary file not shown.

0 comments on commit 14af08d

Please sign in to comment.