mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 01:22:41 +00:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
9 lines
334 B
Plaintext
9 lines
334 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)
|