Skip to content

Commit

Permalink
Wielded Mjollnir is visible again (#10471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBan authored Jan 14, 2024
1 parent 5ff8c15 commit 471579e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/mjolnir.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/obj/item/mjolnir/ComponentInitialize()
. = ..()
AddComponent(/datum/component/two_handed, force_multiplier=5, icon_wielded="mjolnir1", attacksound="sparks")
AddComponent(/datum/component/two_handed, force_multiplier=5, icon_wielded="mjollnir1", attacksound="sparks")

/obj/item/mjolnir/update_icon_state()
icon_state = "mjollnir0"
Expand Down

0 comments on commit 471579e

Please sign in to comment.