Label GS13 changes

Since commit 5084020 on Jan 30, 2023
This commit is contained in:
psq95
2023-08-29 21:05:42 +01:00
parent 8e09f3b9ca
commit cb43bf0dfc
77 changed files with 253 additions and 247 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
/datum/round_event/disease_outbreak/start()
var/advanced_virus = FALSE
max_severity = 3 + CLAMP(FLOOR((world.time - control.earliest_start)/6000, 1),0, 5) //3 symptoms at 20 minutes, plus 1 per 10 minutes, maximum 8 to prevent it getting all symptoms
// GS13: 3 symptoms at 20 minutes, plus 1 per 10 minutes, maximum 8 to prevent it getting all symptoms
max_severity = 3 + CLAMP(FLOOR((world.time - control.earliest_start)/6000, 1),0, 5)
if(prob(20 + (10 * max_severity)))
advanced_virus = TRUE
+1 -1
View File
@@ -5,7 +5,7 @@
max_occurrences = 0
min_players = 400 // To avoid shafting lowpop
// Made the event impossible to come across to bolster server's RP quality a bit - GLDW
// GS13: Made the event impossible to come across to bolster server's RP quality a bit - GLDW
/datum/round_event/heart_attack/start()
var/list/heart_attack_contestants = list()
@@ -6,7 +6,7 @@
earliest_start = 900 MINUTES
min_players = 100
// I made the event practically impossible, as an RP tweak - GLDW
// GS13: Made the event practically impossible, as an RP tweak - GLDW
/datum/round_event/spontaneous_appendicitis
fakeable = FALSE