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 6661ea2 commit b94f4f5
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 @@ -34,7 +34,7 @@ var/global/list/psychic_ranks_to_strings = list("Psionically Sensitive", "Psioni
)
for(var/datum/psi_complexus/PC in all_psi_complexes)
if(PC.psionic_rank >= PSI_RANK_SENSITIVE)
to_chat(PC.owner, SPAN_NOTICE("<font size=4>The Nlom field prompts you for your emotional state.</font>"))
to_chat(PC.owner, SPAN_NOTICE(FONT_HUGE("The Nlom field prompts you for your emotional state.")))
to_chat(PC.owner,
"<a href='?src=\ref[src];emotion=Calm;voter=[ref(PC)]'>Calm</a> | <a href='?src=\ref[src];emotion=Happy;voter=[ref(PC)]'>Happy</a> | \
<a href='?src=\ref[src];emotion=Sad;voter=[ref(PC)]'>Sad</a> | <a href='?src=\ref[src];emotion=Fearful;voter=[ref(PC)]'>Fearful</a> | \
Expand Down

0 comments on commit b94f4f5

Please sign in to comment.