mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 08:31:54 +00:00
* 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>
11 lines
477 B
Plaintext
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)
|