Fixing a few grammar issues (#23842)

* fixing some typos and spacings

* another one

* not that one

* even more
This commit is contained in:
Henri215
2024-01-25 11:44:38 -06:00
committed by GitHub
parent 867da454c6
commit 4237f77be1
42 changed files with 59 additions and 59 deletions
@@ -336,7 +336,7 @@ GLOBAL_LIST_EMPTY(antagonists)
*/
/datum/antagonist/proc/farewell()
if(owner && owner.current)
to_chat(owner.current,"<span class='userdanger'>You are no longer a [special_role]! </span>")
to_chat(owner.current,"<span class='userdanger'>You are no longer a [special_role]!</span>")
/**
* Creates a new antagonist team.
@@ -25,7 +25,7 @@
/datum/antagonist/rev/farewell()
if(owner && owner.current)
to_chat(owner.current,"<span class='userdanger'>You have been brainwashed! You are no longer a [special_role]! </span>")
to_chat(owner.current,"<span class='userdanger'>You have been brainwashed! You are no longer a [special_role]!</span>")
/datum/antagonist/rev/add_owner_to_gamemode()
@@ -120,7 +120,7 @@
for(var/mob/M in targets)
to_chat(M, "<span class='dantalion'>[full_title]: [input]</span>")
for(var/mob/M in GLOB.dead_mob_list)
to_chat(M, "<span class='dantalion'>[full_title] ([ghost_follow_link(user, ghost=M)]): [input] </span>")
to_chat(M, "<span class='dantalion'>[full_title] ([ghost_follow_link(user, ghost=M)]): [input]</span>")
log_say("(DANTALION) [input]", user)
user.create_log(SAY_LOG, "(DANTALION) [input]")