mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-18 10:37:54 +01:00
## About The Pull Request Was looking at tgui core and found some themes that looked cool, so I added them New default theme, Bird <img width="602" height="602" alt="image" src="https://github.com/user-attachments/assets/5864a50b-efa8-4464-93eb-a124ba651b98" /> #### The rest are maint themes Hackerman <img width="601" height="598" alt="image" src="https://github.com/user-attachments/assets/f1e68ace-eaee-4a1b-9574-7705a8d1be18" /> Roulette table <img width="599" height="601" alt="image" src="https://github.com/user-attachments/assets/12985c4d-a3d8-4f76-b212-d10fb92293c3" /> Alien <img width="604" height="602" alt="image" src="https://github.com/user-attachments/assets/d8933c03-47b4-4c04-932d-0649d3506c16" /> As always these are all available to the clear PDA by default. ## Why It's Good For The Game They just looked nice, so why not ## Changelog 🆑 add: Added a new PDA theme and 3 secret ones you may find in maintenance. /🆑
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