This commit is contained in:
Gandalf
2021-07-28 23:32:53 +01:00
parent 560b41be52
commit 35e087ff2b
4 changed files with 16 additions and 18 deletions
+1 -11
View File
@@ -273,17 +273,7 @@
new /obj/item/clothing/mask/gas/carp(src)
new /obj/item/kitchen/knife/hunting(src)
new /obj/item/storage/box/papersack/meat(src)
/obj/item/storage/box/hero/ronin
name = "Sword Saint, Wandering Vagabond - 1600's."
desc = "Anyone can give up, it's the easiest thing in the world to do. But to hold it together when everyone else would understand if you fell apart, that's true strength. Become the wandering swordsman you were always meant to be!"
/obj/item/storage/box/hero/ronin/PopulateContents()
new /obj/item/clothing/under/costume/kamishimo
new /obj/item/clothing/head/rice_hat
new /obj/item/katana/weak/curator
new /obj/item/clothing/shoes/sandal(src)
/obj/item/choice_beacon/augments
name = "augment beacon"
-6
View File
@@ -270,12 +270,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
user.visible_message(span_suicide("[user] is slitting [user.p_their()] stomach open with [src]! It looks like [user.p_theyre()] trying to commit seppuku!"))
return(BRUTELOSS)
/obj/item/katana/weak/curator //This has the same stats as the curator's claymore
desc = "An ancient Katana. Forged by... Well, it doesn't really say, but surely it's authentic! And sharp to boot!"
force = 15
block_chance = 30
armour_penetration = 5
/obj/item/katana/cursed
slot_flags = null
item_flags = DROPDEL
@@ -48,3 +48,13 @@
return
revert_cast()
to_chat(user, "<span class='warning'>You are unable to blood crawl!</span>")
/obj/item/storage/box/hero/ronin
name = "Sword Saint, Wandering Vagabond - 1600's."
desc = "Anyone can give up, it's the easiest thing in the world to do. But to hold it together when everyone else would understand if you fell apart, that's true strength. Become the wandering swordsman you were always meant to be!"
/obj/item/storage/box/hero/ronin/PopulateContents()
new /obj/item/clothing/under/costume/kamishimo(src)
new /obj/item/clothing/head/rice_hat(src)
new /obj/item/katana/weak/curator(src)
new /obj/item/clothing/shoes/sandal(src)
@@ -30,4 +30,8 @@
//I.throw_mode_off(THROW_MODE_TOGGLE) //so they can catch it on the return.
//return ..()
/obj/item/katana/weak/curator //This has the same stats as the curator's claymore
desc = "An ancient Katana. Forged by... Well, it doesn't really say, but surely it's authentic! And sharp to boot!"
force = 15
block_chance = 30
armour_penetration = 5