Skip to content

Commit

Permalink
Update negative.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Nov 1, 2023
1 parent 4b4178c commit 58b9ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/traits/negative.dm
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
. = ..()

/datum/quirk/junkie/smoker/announce_drugs()
to_chat(quirk_holder, "<span class='boldnotice'>There is a [initial(drug_container_type.name)] [where_drug], and a lighter [where_accessory]. Make sure you get your favorite brand when you run out.</span>")
to_chat(quirk_holder, "<span class='boldnotice'>There is a [initial(drug_container_type.name)] [where_drug], and a [accessory_type.name] [where_accessory]. Make sure you get your favorite brand when you run out.</span>")

/datum/quirk/junkie/smoker/on_process()
. = ..()
Expand Down

0 comments on commit 58b9ce3

Please sign in to comment.