mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user