mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 17:08:53 +01:00
mystery changes, ooOOOooOOO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user