Skip to content

Commit

Permalink
I hope this works
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Oct 22, 2023
1 parent 74b315c commit 2aecac8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/datums/mind.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
if(!recipient)
recipient = current
var/list/output = list()
output.Add("<meta charset='UTF-8'><B>[current.real_name]'s Memories:</B><HR>" // SS220 EDIT - ORIGINAL: "<B>[current.real_name]'s Memories:</B><HR>")
output.Add("<meta charset='UTF-8'><B>[current.real_name]'s Memories:</B><HR>") // SS220 EDIT - ORIGINAL: "<B>[current.real_name]'s Memories:</B><HR>")
output.Add(memory)

for(var/datum/antagonist/A in antag_datums)
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/public/tgui.bundle.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tgui/packages/tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit 2aecac8

Please sign in to comment.