mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Drobes (#21067)
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user