Files

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."