generic parent type for both sabre sheaths (#92300)

## About The Pull Request
puts both the grass and normal sabre sheath types under a shared parent
type for shared behavior.
considered subtyping the storage datum but it seemed overkill. can do if
requested.
## Why It's Good For The Game
less copy paste. good if someone wants to add a clay-more sheath for
similar (believe that exists somewhere downstream), would have done it
myself but no sprites.
## Changelog
N/A
This commit is contained in:
FalloutFalcon
2025-07-30 17:37:32 -04:00
committed by Roxy
parent e0bf5adcca
commit 0b677b689a
12 changed files with 53 additions and 76 deletions
@@ -0,0 +1,2 @@
/obj/item/storage/belt/sabre : /obj/item/storage/belt/sheath/sabre
/obj/item/storage/belt/grass_sabre : /obj/item/storage/belt/sheath/grass_sabre