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
+2 -2
View File
@@ -445,7 +445,7 @@
/datum/action/item_action/instrument
name = "Use Instrument"
desc = "Use the instrument specified"
desc = "Use the instrument specified."
/datum/action/item_action/instrument/Trigger(left_click)
if(istype(target, /obj/item/instrument))
@@ -551,7 +551,7 @@
/datum/action/item_action/accessory/herald
name = "Mirror Walk"
desc = "Use near a mirror to enter it"
desc = "Use near a mirror to enter it."
//Preset for spells
/datum/action/spell_action
+2 -2
View File
@@ -177,7 +177,7 @@
/datum/dog_fashion/head/sombrero
name = "Segnor REAL_NAME"
desc = "You must respect Elder Dogname"
desc = "You must respect Elder Dogname."
/datum/dog_fashion/head/sombrero/New(mob/M)
..()
@@ -211,7 +211,7 @@
/datum/dog_fashion/head/cone
name = "REAL_NAME"
desc = "Omnicone's Chosen Champion"
desc = "Omnicone's Chosen Champion."
/datum/dog_fashion/back/hardsuit
name = "Space Explorer REAL_NAME"
+1 -1
View File
@@ -531,7 +531,7 @@
return FALSE
if(!check_rights(R_ADMIN, FALSE, user))
if(!GLOB.dsay_enabled)
to_chat(user, "<span class='warning'>Deadchat is globally muted</span>")
to_chat(user, "<span class='warning'>Deadchat is globally muted.</span>")
return FALSE
/**