mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 09:28:26 +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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user