mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Merge pull request #42226 from nichlas0010/mood_quirk
turns the 2 hygiene quirks into mood quirks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user