mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
10 lines
413 B
Plaintext
10 lines
413 B
Plaintext
/datum/station_goal/secondary/random_bulk_reagent/bar
|
|
name = "Random Bulk Drink"
|
|
department = "Bar"
|
|
weight = 9
|
|
|
|
/datum/station_goal/secondary/random_bulk_reagent/bar/randomize_params()
|
|
..()
|
|
department_account = GLOB.station_money_database.get_account_by_department(DEPARTMENT_SERVICE)
|
|
report_message = "A visiting dignitary loves [initial(reagent_type.name)]. Please send us at least [amount] units of it."
|