diff --git a/code/modules/events/brand_intelligence.dm b/code/modules/events/brand_intelligence.dm index 807b2607ac2..f91d55fd03b 100644 --- a/code/modules/events/brand_intelligence.dm +++ b/code/modules/events/brand_intelligence.dm @@ -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 diff --git a/code/modules/events/heart_attack.dm b/code/modules/events/heart_attack.dm index fc4b660d5cb..6002af8b47d 100644 --- a/code/modules/events/heart_attack.dm +++ b/code/modules/events/heart_attack.dm @@ -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 diff --git a/code/modules/events/spacevine.dm b/code/modules/events/spacevine.dm index 499ffb963c9..875bc850df4 100644 --- a/code/modules/events/spacevine.dm +++ b/code/modules/events/spacevine.dm @@ -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 diff --git a/code/modules/events/spider_infestation.dm b/code/modules/events/spider_infestation.dm index b0ea663cc67..ae182207abb 100644 --- a/code/modules/events/spider_infestation.dm +++ b/code/modules/events/spider_infestation.dm @@ -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 diff --git a/code/modules/events/spontaneous_appendicitis.dm b/code/modules/events/spontaneous_appendicitis.dm index 051f51c85a8..66d399d3d59 100644 --- a/code/modules/events/spontaneous_appendicitis.dm +++ b/code/modules/events/spontaneous_appendicitis.dm @@ -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.