mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 04:02:33 +00:00
8 lines
333 B
Plaintext
8 lines
333 B
Plaintext
/datum/event/cargo_bonus
|
|
announceWhen = 5
|
|
|
|
/datum/event/cargo_bonus/announce()
|
|
event_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) |