New positive random event, yay

This commit is contained in:
ZomgPonies
2014-07-17 15:28:09 -04:00
parent c5abe4482d
commit 58803b7b83
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/datum/event/cargo_bonus
announceWhen = 5
/datum/event/cargo_bonus/announce()
command_alert("Congratulations! [station_name()] was chosen for supply limit increase, please contact local cargo department for details!.", "Supply Alert")
/datum/event/cargo_bonus/start()
supply_controller.points+=rand(100,500)

View File

@@ -48,6 +48,9 @@ var/global/list/possibleEvents = list()
possibleEvents[/datum/event/trivial_news] = 200
possibleEvents[/datum/event/mundane_news] = 150
possibleEvents[/datum/event/cargo_bonus] = 150
possibleEvents[/datum/event/mass_hallucination] = 200
possibleEvents[/datum/event/falsealarm] = 300
// possibleEvents[/datum/event/immovable_rod] = 200