Changes event earliest_start to use time helpers (#35841)
* uses time helpers, tweaks santa/shuttle loan times * hourS
This commit is contained in:
committed by
CitadelStationBot
parent
c1d66af3a1
commit
cfd768e09f
@@ -3,7 +3,7 @@
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/darkness
|
||||
max_occurrences = 2
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/darkness
|
||||
endWhen = 0
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/robelesscasting
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/robelesscasting/start()
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
weight = 3
|
||||
typepath = /datum/round_event/wizard/improvedcasting
|
||||
max_occurrences = 4 //because that'd be max level spells
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/improvedcasting/start()
|
||||
for(var/i in GLOB.mob_living_list)
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
weight = 3
|
||||
typepath = /datum/round_event/wizard/blobies
|
||||
max_occurrences = 3
|
||||
earliest_start = 12000 // 20 minutes (gotta get some bodies made!)
|
||||
|
||||
/datum/round_event/wizard/blobies/start()
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 3
|
||||
typepath = /datum/round_event/wizard/cursed_items
|
||||
max_occurrences = 3
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
//Note about adding items to this: Because of how NODROP_1 works if an item spawned to the hands can also be equiped to a slot
|
||||
//it will be able to be put into that slot from the hand, but then get stuck there. To avoid this make a new subtype of any
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 0 //An order that requires order in a round of chaos was maybe not the best idea. Requiescat in pace departmental uprising August 2014 - March 2015
|
||||
typepath = /datum/round_event/wizard/deprevolt
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/deprevolt/start()
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 0 //Badmin exclusive now because once it's expected its not funny
|
||||
typepath = /datum/round_event/wizard/fake_explosion
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/fake_explosion/start()
|
||||
sound_to_playing_players('sound/machines/alarm.ogg')
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 3
|
||||
typepath = /datum/round_event/wizard/ghost
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/ghost/start()
|
||||
var/msg = "<span class='warning'>You suddenly feel extremely obvious...</span>"
|
||||
@@ -17,7 +17,7 @@
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/possession
|
||||
max_occurrences = 5
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/possession/start()
|
||||
for(var/mob/dead/observer/G in GLOB.player_list)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 4
|
||||
typepath = /datum/round_event/wizard/greentext
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/greentext/start()
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 1
|
||||
typepath = /datum/round_event/wizard/imposter
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/imposter/start()
|
||||
for(var/datum/mind/M in SSticker.mode.wizards)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 3
|
||||
typepath = /datum/round_event/wizard/invincible
|
||||
max_occurrences = 5
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/invincible/start()
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/lava
|
||||
max_occurrences = 3
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/lava
|
||||
endWhen = 0
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 1
|
||||
typepath = /datum/round_event/wizard/magicarp
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/magicarp
|
||||
announceWhen = 3
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/petsplosion
|
||||
max_occurrences = 1 //Exponential growth is nothing to sneeze at!
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
var/mobs_to_dupe = 0
|
||||
|
||||
/datum/round_event_control/wizard/petsplosion/preRunEvent()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/race
|
||||
max_occurrences = 5
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/race/start()
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 3
|
||||
typepath = /datum/round_event/wizard/rpgloot
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/rpgloot/start()
|
||||
var/upgrade_scroll_chance = 0
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
weight = 2
|
||||
typepath = /datum/round_event/wizard/shuffleloc
|
||||
max_occurrences = 5
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/shuffleloc/start()
|
||||
var/list/moblocs = list()
|
||||
@@ -42,7 +42,7 @@
|
||||
weight = 4
|
||||
typepath = /datum/round_event/wizard/shufflenames
|
||||
max_occurrences = 5
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/shufflenames/start()
|
||||
var/list/mobnames = list()
|
||||
@@ -76,7 +76,7 @@
|
||||
weight = 1
|
||||
typepath = /datum/round_event/wizard/shuffleminds
|
||||
max_occurrences = 3
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event/wizard/shuffleminds/start()
|
||||
var/list/mobs = list()
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
weight = 1
|
||||
typepath = /datum/round_event/wizard/summonguns
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event_control/wizard/summonguns/New()
|
||||
if(CONFIG_GET(flag/no_summon_guns))
|
||||
@@ -18,7 +18,7 @@
|
||||
weight = 1
|
||||
typepath = /datum/round_event/wizard/summonmagic
|
||||
max_occurrences = 1
|
||||
earliest_start = 0
|
||||
earliest_start = 0 MINUTES
|
||||
|
||||
/datum/round_event_control/wizard/summonmagic/New()
|
||||
if(CONFIG_GET(flag/no_summon_magic))
|
||||
|
||||
Reference in New Issue
Block a user