Merge pull request #42226 from nichlas0010/mood_quirk

turns the 2 hygiene quirks into mood quirks
This commit is contained in:
oranges
2019-01-06 20:37:22 +13:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@
mob_trait = TRAIT_NEET
gain_text = "<span class='notice'>You feel useless to society.</span>"
lose_text = "<span class='danger'>You no longer feel useless to society.</span>"
mood_quirk = TRUE
/datum/quirk/neet/on_spawn()
var/mob/living/carbon/human/H = quirk_holder
+1
View File
@@ -95,6 +95,7 @@
mob_trait = TRAIT_NEAT
gain_text = "<span class='notice'>You feel like you have to stay clean.</span>"
lose_text = "<span class='danger'>You no longer feel the need to always be clean.</span>"
mood_quirk = TRUE
/datum/quirk/monochromatic
name = "Monochromacy"