Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
Anticept committed Oct 22, 2024
1 parent 56bef89 commit 571a73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/mood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
if(mood_events.len)
for(var/i in mood_events)
var/datum/mood_event/event = mood_events[i]
msg += "[event.description]\n"
msg += "[event.description]\n" // now we dont have to put \n in every moodlet description
else
msg += "<span class='nicegreen'>I don't have much of a reaction to anything right now.</span>\n"
to_chat(user, examine_block(msg))
Expand Down

0 comments on commit 571a73c

Please sign in to comment.