mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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,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.
|
||||
|
||||
Reference in New Issue
Block a user