Comments out wisdom cow, brain trauma events, add timer to meteor event, changes event weights (#1099)

* ebents

* weh
This commit is contained in:
Azarak
2020-10-01 21:03:19 +01:00
committed by GitHub
parent 55f84272c4
commit e8a01f265c
7 changed files with 47 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "Spontaneous Brain Trauma"
typepath = /datum/round_event/brain_trauma
weight = 25
max_occurrences = 0 //SKYRAT EDIT ADDITION - EVENTS
/datum/round_event/brain_trauma
fakeable = FALSE
+6 -3
View File
@@ -47,7 +47,8 @@
kill()
/datum/round_event/meteor_wave/announce(fake)
priority_announce("Meteors have been detected on collision course with the station.", "Meteor Alert", 'sound/ai/meteors.ogg')
//priority_announce("Meteors have been detected on collision course with the station.", "Meteor Alert", 'sound/ai/meteors.ogg') //ORIGINAL
priority_announce("Meteors have been detected on collision course with the station. Estimated time until impact: [round((startWhen * SSevents.wait) / 10, 0.1)] seconds.", "Meteor Alert", 'sound/ai/meteors.ogg') //ORIGINAL
/datum/round_event/meteor_wave/tick()
if(ISMULTIPLE(activeFor, 3))
@@ -56,7 +57,8 @@
/datum/round_event_control/meteor_wave/threatening
name = "Meteor Wave: Threatening"
typepath = /datum/round_event/meteor_wave/threatening
weight = 5
//weight = 5 //ORIGINAL
weight = 2 //SKYRAT EDIT CHANGE - EVENTS
min_players = 20
max_occurrences = 3
earliest_start = 35 MINUTES
@@ -67,7 +69,8 @@
/datum/round_event_control/meteor_wave/catastrophic
name = "Meteor Wave: Catastrophic"
typepath = /datum/round_event/meteor_wave/catastrophic
weight = 7
//weight = 7 //ORIGINAL
weight = 2 //SKYRAT EDIT CHANGE - EVENTS
min_players = 25
max_occurrences = 3
earliest_start = 45 MINUTES
+2 -1
View File
@@ -1,7 +1,8 @@
/datum/round_event_control/pirates
name = "Space Pirates"
typepath = /datum/round_event/pirates
weight = 8
//weight = 8 //ORIGINAL
weight = 2 //SKYRAT EDIT CHANGE - EVENTS
max_occurrences = 1
min_players = 10
earliest_start = 30 MINUTES
+2 -1
View File
@@ -1,7 +1,8 @@
/datum/round_event_control/wisdomcow
name = "Wisdom cow"
typepath = /datum/round_event/wisdomcow
max_occurrences = 1
//max_occurrences = 1 //ORIGINAL
max_occurrences = 0 //SKYRAT EDIT CHANGE - EVENTS
weight = 20
/datum/round_event/wisdomcow/announce(fake)