mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user