spaceninjaserver / SpaceNinjaServer

A simple server for a small space ninja game
GNU General Public License v3.0
66 stars 35 forks source link

feat: purchase ship decorations #299

Closed Sainan closed 2 months ago

Sainan commented 2 months ago

Previously, you could already "purchase" most of them, but because they were added to MiscItems instead of ShipDecorations, they weren't actually usable.

Closes #207