Files
Bubberstation/code/datums/quirks/neutral_quirks/snob.dm
SkyratBot c83ac65e63 [MIRROR] Breaks up the three quirk code files into individual quirks [MDB IGNORE] (#23781)
* Breaks up the three quirk code files into individual quirks

* Removals + skyrat edits

* Delete positive_quirks.dm

* Update tgstation.dme

---------

Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com>
Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
2023-09-18 17:19:28 -04:00

11 lines
477 B
Plaintext

/datum/quirk/snob
name = "Snob"
desc = "You care about the finer things, if a room doesn't look nice its just not really worth it, is it?"
icon = FA_ICON_USER_TIE
value = 0
gain_text = span_notice("You feel like you understand what things should look like.")
lose_text = span_notice("Well who cares about deco anyways?")
medical_record_text = "Patient seems to be rather stuck up."
mob_trait = TRAIT_SNOB
mail_goodies = list(/obj/item/chisel, /obj/item/paint_palette)