its asking me to commit hold on

This commit is contained in:
lolman360
2020-08-23 17:01:32 +10:00
parent 2a3ada511e
commit 1deafc7103
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -820,9 +820,9 @@
name = "twin sheath"
desc = "Two sheaths. One is capable of holding a katana (or bokken) and the other a wakizashi. You could put two wakizashis in if you really wanted to. Now you can really roleplay as a samurai."
icon_state = "twinsheath"
item_state = "quiver" //this'll do.
item_state = "quiver" //this'll do.
w_class = WEIGHT_CLASS_BULKY
var/list/fitting_swords = list(/obj/item/melee/smith/wakizashi, /obj/item/melee/smith/twohand/katana, /obj/item/melee/bokken)
fitting_swords = list(/obj/item/melee/smith/wakizashi, /obj/item/melee/smith/twohand/katana, /obj/item/melee/bokken)
starting_sword = null
/obj/item/storage/belt/sabre/twin/ComponentInitialize()