Bandoliers are now accessories
Created by: Exxion
For such a simple change, this sure required changing a lot of files.
Bandoliers are now accessories, so they clip to your jumpsuit rather than going in your exosuit slot. Otherwise they work essentially the same.
The buff seems reasonable because:
- Bandoliers are rare. No more than five exist on any given map and there's nowhere else to get them (as far as I know).
- Plastic bags hold way more shells than bandoliers do and are much more common.
- Hell, the boxes the shells come in hold almost three times as many shells as a bandolier.
This also adds missing Destroy()
procs for base accessories and storage accessories. Someone more experienced with Destroy()
procs should probably take a look at those.
It also fixes storage accessories not having ..()
in their New()
and thus not showing up on jumpsuits in the inventory, as well as probably some other stuff associated with not inheriting /atom/New()
.
Fixes #7704 (closed) Closes #10541 (closed)