[Original suggestion
here.](https://forums.aurorastation.org/topic/22454-tidy-up-lockers/)
- Replaces departmental/job-specific wardrobe lockers with new 'Drobe'
vending machines, each containing pertinent clothing, all with new
icons: ClothesMate, EngiDrobe, AtmosDrobe, HyDrobe, SecDrobe, BarDrobe,
ChefDrobe, ChapelDrobe, SciDrobe, MediDrobe, ChemDrobe, CargoDrobe,
RoboDrobe
- Makes vending machine ads populate at the top of the purchasing UI and
randomly cycle.
- Few vending-machine related map touch-ups (mostly vending machines
missing the floor 'hatched' pattern underneath).
- Misc code readability improvements.
This commit is contained in:
Batrachophreno
2025-08-10 08:09:16 +00:00
committed by GitHub
parent 5f904d8c2b
commit a19b3797b2
30 changed files with 3970 additions and 3524 deletions
@@ -1194,6 +1194,7 @@
/// Imparts hallucination effects scaling with bac.
var/alchohol_affected = TRUE
var/messagedelay = MEDICATION_MESSAGE_DELAY
/// Generic fluff messages for anyone who takes it.
var/list/goodmessage = list()
/// Species-specific fluff messages- will override the generic version for the given species. See following comment/example for implementation details.