- changes /obj/item/cane/concealed to contain a cane sword instead of a switch blade, as well as adds a subtype of katana for the cane sword

- changes cost of concealed blade in uplink to match the katana and other swords
- adds sprites for the item in game as well as shown on character
This commit is contained in:
DemonPizza
2022-06-13 16:24:08 -07:00
parent edb54f137d
commit b9b7e4e3cf
6 changed files with 11 additions and 4 deletions
@@ -25,6 +25,12 @@
icon_state = "katana"
slot_flags = SLOT_BELT | SLOT_BACK
/obj/item/material/sword/katana/caneblade
name = "cane blade"
desc = "Used for making people fall over instead of helping them stand up."
icon_state = "caneblade"
item_state = "caneblade"
/obj/item/material/sword/rapier
name = "rapier"
desc = "A slender, fancy and sharply pointed sword."