diff --git a/code/datums/mood_events/needs_events.dm b/code/datums/mood_events/needs_events.dm index a19b9541..79ce9d17 100644 --- a/code/datums/mood_events/needs_events.dm +++ b/code/datums/mood_events/needs_events.dm @@ -1,8 +1,8 @@ //nutrition /datum/mood_event/fat - description = "I'm so fat...\n" //muh fatshaming - mood_change = -4 - + description = "I'm so fat...\n" //yay for fats! + mood_change = 4 + /datum/mood_event/wellfed description = "I'm stuffed!\n" mood_change = 6 diff --git a/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm b/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm index 016804eb..06f33232 100644 --- a/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm +++ b/code/game/gamemodes/dynamic/dynamic_rulesets_events.dm @@ -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 diff --git a/config/config.txt b/config/config.txt index b08c2b14..3a4ef017 100644 --- a/config/config.txt +++ b/config/config.txt @@ -95,7 +95,7 @@ LOG_OOC LOG_SAY ## log admin actions -LOG_ADMIN +#LOG_ADMIN ## log admin chat LOG_ADMINCHAT @@ -192,7 +192,7 @@ VOTE_AUTOTRANSFER_INTERVAL 18000 # DEFAULT_NO_VOTE ## disable abandon mob -NORESPAWN +#NORESPAWN ## disables calling del(src) on newmobs if they logout before spawnin in # DONT_DEL_NEWMOB