mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 00:41:48 +00:00
New positive random event, yay
This commit is contained in:
8
code/modules/events/cargobonus.dm
Normal file
8
code/modules/events/cargobonus.dm
Normal 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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user