mystery changes, ooOOOooOOO

This commit is contained in:
KabKebab
2021-12-01 19:02:00 +01:00
parent 85e27ab21c
commit d66d0e6fc6
3 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
//nutrition
/datum/mood_event/fat
description = "<span class='warning'><B>I'm so fat...</B></span>\n" //muh fatshaming
mood_change = -4
description = "<span class='warning'><B>I'm so fat...</B></span>\n" //yay for fats!
mood_change = 4
/datum/mood_event/wellfed
description = "<span class='nicegreen'>I'm stuffed!</span>\n"
mood_change = 6
@@ -808,14 +808,14 @@
repeatable = TRUE
occurances_max = 3
/datum/dynamic_ruleset/event/spontaneous_appendicitis
name = "Spontaneous Appendicitis"
typepath = /datum/round_event/spontaneous_appendicitis
enemy_roles = list("Medical Doctor","Chief Medical Officer")
required_enemies = list(2,2,2,2,2,2,2,1,1,1)
requirements = list(5,5,5,5,5,5,5,5,0,0)
high_population_requirement = 5
weight = 5
repeatable = TRUE
repeatable_weight_decrease = 3
occurances_max = 3
// /datum/dynamic_ruleset/event/spontaneous_appendicitis
// name = "Spontaneous Appendicitis"
// typepath = /datum/round_event/spontaneous_appendicitis
// enemy_roles = list("Medical Doctor","Chief Medical Officer")
// required_enemies = list(2,2,2,2,2,2,2,1,1,1)
// requirements = list(5,5,5,5,5,5,5,5,0,0)
// high_population_requirement = 5
// weight = 5
// repeatable = TRUE
// repeatable_weight_decrease = 3
// occurances_max = 3