Skip to content

Commit

Permalink
Update code/controllers/subsystems/processing/psi.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Fluffy <[email protected]>
  • Loading branch information
NonQueueingMatt and FluffyGhoster authored Jul 28, 2023
1 parent b94f4f5 commit 5f71fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystems/processing/psi.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var/global/list/psychic_ranks_to_strings = list("Psionically Sensitive", "Psioni
"Confused" = "confusion"
)
if(nlom_votes[highest_emotion] > 0)
to_chat(PC.owner, SPAN_NOTICE("<font size=4>A sense of <b><span class='[nlom_to_span[highest_emotion]]'>[nlom_to_chat_text[highest_emotion]]</span></b> washes over you.</font>"))
to_chat(PC.owner, SPAN_NOTICE(FONT_HUGE("A sense of <b><span class='[nlom_to_span[highest_emotion]]'>[nlom_to_chat_text[highest_emotion]]</span></b> washes over you.")))
else
to_chat(PC.owner, SPAN_WARNING("<font size=4>The Nlom is silent and still. You feel uneasy.</font>"))
checking_nlom = FALSE
Expand Down

0 comments on commit 5f71fc3

Please sign in to comment.