Files
Paradise/code/modules/station_goals/secondary/kitchen/random_bulk_condiment.dm
2024-09-10 22:42:26 +00:00

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