5 Commits
Author SHA1 Message Date
Greenjoe12345andGitHub 5e0866aa82 Chest pouch bag and new storage belts. (#21233)
Adds a new type of bag and two new storage belts. Also fixes being
unable to flip belts.
<img width="89" height="111" alt="image"
src="https://github.com/user-attachments/assets/6b1ec387-2f8d-4f70-a8f1-ab1d8e4b5ed8"
/>
<img width="88" height="87" alt="image"
src="https://github.com/user-attachments/assets/35a04494-7d83-4804-b1b8-9ac1be538e34"
/>
<img width="75" height="95" alt="image"
src="https://github.com/user-attachments/assets/7d1e97e4-f1e8-4e0e-8d4f-6ec0cb8e1253"
/>
<img width="89" height="86" alt="image"
src="https://github.com/user-attachments/assets/402451e7-42fc-4ed1-a73f-23dfafc0a360"
/>



### Asset Licenses
The following assets that **have not** been created by myself are
included in this PR:

Sprites are by RatFromTheJungle, from this PR
https://github.com/NovaSector/NovaSector/pull/4651

---------

Signed-off-by: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com>
2025-09-06 10:36:14 +00:00
Casper3667andGitHub 1ecea1cb3a Adds the security chestrig to the warden, HoS and sec officer lockers, as an alternative to the security belt (#21058)
As the title says. The PR was done on the request of VeteranGary with
sprites provided by Noble Row.
The reasoning for it is to give some more visual variety, by allowing it
to appear over the standard security armor plate. It has been added as a
belt for that purpose, with the reasoning that there is the explorer's
belt that similarly is a chestrig.

### Asset Licenses
The following assets that **have not** been created by myself are
included in this PR:

| Path | Original Author | License |
| --- | --- | --- |
| icons/mob/belt.dmi | Noble Row (Aurora Station) | CC0 |
| icons/obj/clothing/belts.dmi | Noble Row (Aurora Station) | CC0 |
2025-08-01 19:52:20 +00:00
RustingWithYouandGitHub 1506f1a50d Departmental Event Jobs (#18245)
* event jobs: the test of faith

no horizon spawns

engineering name fix

* event jobs 2: they work now
2024-02-09 12:18:15 +00:00
338cabe103 No Free Loadout Items (#17405)
Increases the cost of all free loadout items to 1.

Currently all loadout items in all possible loadout variants (3) are json_encoded into a single string.
Somewhere along the way to the db server the query string is cut off after a certain length.
-> Thats why we have a limit of 3 loadout variants and dont allow 0 point loadout items as they can cause errors when saving due to exceeding that query string length.

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
2023-09-23 10:25:49 +00:00
DreamySkrellGitHubDreamySkrell <>
8a159ac67a Loadout items folder structure refactor (#16952)
* a

* dme sorting

---------

Co-authored-by: DreamySkrell <>
2023-08-03 22:51:23 +00:00