Skip to content

Commit

Permalink
Merge branch 'shiptest-ss13:master' into beta-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalFaceLesS authored Mar 25, 2024
2 parents 85f8520 + 1570ccf commit 35955ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/dualsaber.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


/obj/item/dualsaber/update_icon_state()
icon_state = wielded ? "dualsaber[saber_color][wielded]" : "dualsaber0"
icon_state = wielded ? "dualsaber[saber_color]" : "dualsaber"
return ..()

/obj/item/dualsaber/Initialize()
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-2855.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: meemofcourse
changes:
- {bugfix: Dual sabers should no longer be invisible}
delete-after: true

0 comments on commit 35955ca

Please sign in to comment.