mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 23:51:43 +00:00
8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
/datum/event/cargo_bonus
|
|
announceWhen = 5
|
|
|
|
/datum/event/cargo_bonus/announce()
|
|
command_announcement.Announce("Congratulations! [station_name()] was chosen for a supply limit increase. Please contact the local cargo department for details!", "Supply Alert")
|
|
|
|
/datum/event/cargo_bonus/start()
|
|
supply_controller.points += rand(100,500) |