Lowers down and disables some events (#2438)

* a

* Update spider_infestation.dm

* Update blob.dm

* Update spontaneous_appendicitis.dm

* Update spider_infestation.dm
This commit is contained in:
Azarak
2021-01-05 15:09:00 +00:00
committed by GitHub
parent ec9b61c414
commit fbe0c08cc2
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
weight = 5
min_players = 15
max_occurrences = 1
//max_occurrences = 1 //ORIGINAL
max_occurrences = 0 //SKYRAT EDIT CHANGE
/datum/round_event/brand_intelligence
announceWhen = 21
+2 -1
View File
@@ -1,7 +1,8 @@
/datum/round_event_control/heart_attack
name = "Random Heart Attack"
typepath = /datum/round_event/heart_attack
weight = 20
//weight = 20 //ORIGINAL
weight = 10 //SKYRAT EDIT CHANGE
max_occurrences = 2
min_players = 40 // To avoid shafting lowpop
+2 -1
View File
@@ -1,7 +1,8 @@
/datum/round_event_control/spacevine
name = "Spacevine"
typepath = /datum/round_event/spacevine
weight = 15
//weight = 15 //ORIGINAL
weight = 8 //SKYRAT EDIT CHANGE
max_occurrences = 3
min_players = 10
+2 -1
View File
@@ -2,7 +2,8 @@
name = "Spider Infestation"
typepath = /datum/round_event/spider_infestation
weight = 10
max_occurrences = 1
//max_occurrences = 1 //ORIGINAL
max_occurrences = 0 //SKYRAT EDIT CHANGE
//min_players = 20 - SKYRAT EDIT - moved to modular_skyrat/master_files
/datum/round_event/spider_infestation
@@ -1,7 +1,8 @@
/datum/round_event_control/spontaneous_appendicitis
name = "Spontaneous Appendicitis"
typepath = /datum/round_event/spontaneous_appendicitis
weight = 20
//weight = 20 //ORIGINAL
weight = 10 //SKYRAT EDIT CHANGE
max_occurrences = 4
earliest_start = 10 MINUTES
min_players = 5 // To make your chance of getting help a bit higher.