Securiblade Redux (#30488)

* Securiblade Redux

* It's back

* Vars

* LINTERS

* Apply AP on burn damage

* Fixes recharger bug

* Slapper, Better code, cleanup, no damage on help intent while off or stun, sounds

* Secblade now makes a sound when turning itself off
This commit is contained in:
PollardTheDragon
2025-10-17 17:00:50 +00:00
committed by GitHub
parent afd37f310f
commit fbd8930ff4
9 changed files with 282 additions and 1 deletions
@@ -808,6 +808,16 @@
new /obj/item/melee/saber(src)
update_appearance(UPDATE_ICON_STATE)
/obj/item/storage/belt/sheath/secsword
name = "securiblade scabbard"
desc = "Can hold securiblades."
base_icon_state = "secsheath"
can_hold = list(/obj/item/melee/secsword)
/obj/item/storage/belt/sheath/secsword/populate_contents()
new /obj/item/melee/secsword(src)
update_appearance(UPDATE_ICON_STATE)
/obj/item/storage/belt/sheath/snakesfang
name = "snakesfang scabbard"
desc = "Can hold scimitars."