Skip to content

Commit

Permalink
Merge pull request tgstation#54729 from ArcaneMusic/flowerfix
Browse files Browse the repository at this point in the history
Adds Rod of Asclepius and mini-meteors inhand.
  • Loading branch information
ShizCalev authored Nov 2, 2020
2 parents 70beead + 8e07ba0 commit 991c84b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mining/lavaland/necropolis_chests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
name = "\improper Rod of Asclepius"
desc = "A wooden rod about the size of your forearm with a snake carved around it, winding its way up the sides of the rod. Something about it seems to inspire in you the responsibilty and duty to help others."
icon = 'icons/obj/lavaland/artefacts.dmi'
lefthand_file = 'icons/mob/inhands/weapons/staves_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/staves_righthand.dmi'
icon_state = "asclepius_dormant"
var/activated = FALSE
var/usedHand
Expand Down
Binary file modified icons/mob/inhands/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/items_righthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/staves_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/weapons/staves_righthand.dmi
Binary file not shown.

0 comments on commit 991c84b

Please sign in to comment.