Skip to content

Commit

Permalink
The memories for Smoker and Alcoholic now actually mention the prefer…
Browse files Browse the repository at this point in the history
…red brand (#83674)

This revises the descriptions for the smoker/alcoholic quirk memories to
actually mention the preferred brand:

Because memories should help you, well, remember stuff, and "Joe's
smoking problem" is kinda useless when you've forgotten _which_ brand
your character prefers.

`[name]'s smoking problem.` -> `[name]'s addiction to [preferred_brand]
cigarettes.`
`[name]'s drinking problem.` -> `[name]'s addiction to
[preferred_brandy] alcohol.`

:cl:
qol: The memories for Smoker and Alcoholic now actually mention the
preferred brand.
/:cl:
  • Loading branch information
Absolucy committed Jun 5, 2024
1 parent 7e43514 commit 9e8068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/memory/key_memories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
return ..()

/datum/memory/key/quirk_smoker/get_names()
return list("[protagonist_name]'s smoking problem.")
return list("[protagonist_name]'s addiction to [preferred_brand] cigarettes.")

/datum/memory/key/quirk_smoker/get_starts()
return list(
Expand Down

0 comments on commit 9e8068d

Please sign in to comment.