Adds a trait that makes you more likely to get shitty items in the mail (#16855)

* Adds a trait to turn off receiving mail

* Now reduces the weight of everything and removes anything below 0

* renamed trait
This commit is contained in:
Molti
2022-12-02 08:52:26 -06:00
committed by GitHub
parent 4d4a20f49c
commit 48ad0dc851
3 changed files with 16 additions and 0 deletions

View File

@@ -854,3 +854,9 @@
/datum/quirk/monochromatic/remove()
if(quirk_holder)
quirk_holder.remove_client_colour(/datum/client_colour/monochrome)
/datum/quirk/nomail
name = "Loser"
desc = "You are a complete nobody, no one would ever send you anything worthwhile in the mail."
value = -1
mob_trait = TRAIT_BADMAIL