Skip to content

Commit b8949c4

Browse files
author
TheDracheX
committed
Merge pull request #569 from LLA-Gaming/development
Development
2 parents 3dd1d2c + 5384641 commit b8949c4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

code/modules/events/endgame/severe_disease_outbreak.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
typepath = /datum/round_event/disease_outbreak/severe
44
event_flags = EVENT_ENDGAME
55
max_occurrences = 1
6-
weight = 10
6+
weight = 5
77
accuracy = 80
88

99
/datum/round_event/disease_outbreak/severe

code/modules/events/major/disease_outbreak.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "Disease Outbreak"
33
typepath = /datum/round_event/disease_outbreak
44
event_flags = EVENT_MAJOR
5-
max_occurrences = 5
6-
weight = 10
5+
max_occurrences = 1
6+
weight = 5
77
accuracy = 75
88

99
/datum/round_event/disease_outbreak

code/modules/events/major/syndicate_takeover.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "Syndicate Takeover"
33
typepath = /datum/round_event/syndicate_takeover
44
event_flags = EVENT_MAJOR
5-
max_occurrences = 5
6-
weight = 10
5+
max_occurrences = 1
6+
weight = 5
77
accuracy = 100
88

99
/datum/round_event/syndicate_takeover

0 commit comments

Comments
 (0)