Files
MrGloopy f853e7a77c Nova Port - Roundstart bag variations (#5341)
## About The Pull Request
Ports some bags for roundstart selection from Nova Sector. Same amount
of space as any other bag ever.
## Why It's Good For The Game
Cool bags. Different aesthetics, if desired.
## Proof Of Testing
works on my machine or something. Screenshot below.
<details>
<summary>Screenshots/Videos</summary>
<img width="1287" height="735" alt="image"
src="https://github.com/user-attachments/assets/d7ecf201-1442-4f80-99cd-a116ea04de51"
/>

</details>

## Changelog
🆑
add: Front pack, waist pack and belt pack for selection in character
preferences, found under the regular bag selection. Despite the names,
still equipped on your back.
image: Supporting sprites for the new roundstart bags
/🆑

---------

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
2026-03-16 21:56:12 +01:00
..
2025-12-07 19:11:35 -08:00
2025-11-08 13:49:00 +01:00
2025-05-29 16:17:39 -04:00
2025-11-13 11:45:36 -06:00
2025-10-02 18:15:25 +02:00
2025-08-19 22:30:36 -04:00
2025-11-08 01:32:46 +01:00
2025-03-25 15:47:38 -06:00
2025-10-19 17:52:44 +02:00
2025-11-24 10:17:40 +13:00
2025-09-21 14:07:49 -04:00
2025-04-29 17:55:19 -06:00
2025-06-01 02:00:57 -04:00
2025-03-12 15:45:45 -04:00
2025-04-29 18:04:56 -06:00
2025-06-02 15:02:03 -07:00

This folder is full of #define statements. They are similar to constants, but must come before any code that references them, and they do not take up memory the way constants do.

The values in this folder are NOT options. They are not for hosts to play with. Some of the values are arbitrary and only need to be different from similar constants; for example, the genetic mutation numbers in genetics.dm mean nothing, but MUST be distinct.

It is wise not to touch them unless you understand what they do, where they're used, and most importantly, how to undo your changes if you screw it up.

  • Sayu