mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
10 lines
424 B
Plaintext
10 lines
424 B
Plaintext
/datum/station_goal/secondary/random_bulk_reagent/kitchen
|
|
name = "Random Bulk Condiment"
|
|
department = "Kitchen"
|
|
weight = 1
|
|
|
|
/datum/station_goal/secondary/random_bulk_reagent/kitchen/randomize_params()
|
|
..()
|
|
department_account = GLOB.station_money_database.get_account_by_department(DEPARTMENT_SERVICE)
|
|
report_message = "Steve drank all of our [initial(reagent_type.name)]. Please send us another [amount] units of it."
|