From 3abe79d058b0a02dc11e34d38256e7ba7d9a1f08 Mon Sep 17 00:00:00 2001
From: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com>
Date: Sat, 7 Jun 2025 15:47:37 +0200
Subject: [PATCH] Wizard spelling/grammar fixes (#29541)
---
code/datums/spells/bloodcrawl.dm | 2 +-
code/datums/spells/conjure.dm | 2 +-
code/datums/spells/construct_spells.dm | 4 ++--
code/datums/spells/horsemask.dm | 2 +-
code/datums/spells/magnet.dm | 2 +-
code/datums/spells/mime_malaise.dm | 2 +-
code/datums/spells/wizard_spells.dm | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/code/datums/spells/bloodcrawl.dm b/code/datums/spells/bloodcrawl.dm
index 538a85842f7..f8bdb5d333d 100644
--- a/code/datums/spells/bloodcrawl.dm
+++ b/code/datums/spells/bloodcrawl.dm
@@ -159,7 +159,7 @@
L.adjustOxyLoss(-1000)
L.adjustToxLoss(-1000)
else if((ishuman(victim) || isrobot(victim)))
- to_chat(L, "You devour [victim], but their lack of intelligence renders their flesh dull and unappetising, leaving you wanting for more.")
+ to_chat(L, "You devour [victim], but their lack of intelligence renders their flesh dull and unappetizing, leaving you wanting for more.")
L.adjustBruteLoss(-50)
if(!isslaughterdemon(L))
L.adjustFireLoss(-50)
diff --git a/code/datums/spells/conjure.dm b/code/datums/spells/conjure.dm
index c0bef3f0dcd..a3f84f924da 100644
--- a/code/datums/spells/conjure.dm
+++ b/code/datums/spells/conjure.dm
@@ -1,5 +1,5 @@
/datum/spell/aoe/conjure
- desc = "This spell conjures objs of the specified types in range."
+ desc = "This spell conjures objects of the specified types in range."
var/list/summon_type = list() //determines what exactly will be summoned
//should be text, like list("/mob/simple_animal/bot/ed209")
diff --git a/code/datums/spells/construct_spells.dm b/code/datums/spells/construct_spells.dm
index 69f0a33dfcb..76b4964e853 100644
--- a/code/datums/spells/construct_spells.dm
+++ b/code/datums/spells/construct_spells.dm
@@ -156,8 +156,8 @@
weaken = 0
/datum/spell/smoke/disable
- name = "Paralysing Smoke"
- desc = "This spell spawns a cloud of paralysing smoke."
+ name = "Paralyzing Smoke"
+ desc = "This spell spawns a cloud of paralyzing smoke."
action_icon_state = "parasmoke"
action_background_icon_state = "bg_cult"
base_cooldown = 200
diff --git a/code/datums/spells/horsemask.dm b/code/datums/spells/horsemask.dm
index 495072f25fd..42ec46f0c39 100644
--- a/code/datums/spells/horsemask.dm
+++ b/code/datums/spells/horsemask.dm
@@ -40,7 +40,7 @@
magichead.flags_inv = null //so you can still see their face
magichead.voicechange = TRUE //NEEEEIIGHH
target.visible_message( "[target]'s face lights up in fire, and after the event a horse's head takes its place!", \
- "Your face burns up, and shortly after the fire you realise you have the face of a horse!")
+ "Your face burns up, and shortly after the fire you realize you have the face of a horse!")
if(!target.drop_item_to_ground(target.wear_mask))
qdel(target.wear_mask)
target.equip_to_slot_if_possible(magichead, ITEM_SLOT_MASK, TRUE, TRUE)
diff --git a/code/datums/spells/magnet.dm b/code/datums/spells/magnet.dm
index 55b03e5c7b1..bd16a7f3174 100644
--- a/code/datums/spells/magnet.dm
+++ b/code/datums/spells/magnet.dm
@@ -1,6 +1,6 @@
/datum/spell/charge_up/bounce/magnet
name = "Magnetic Pull"
- desc = "Pulls metalic objects from enemies hands with the power of MAGNETS."
+ desc = "Pulls metallic objects from enemies hands with the power of MAGNETS."
action_icon_state = "magnet"
base_cooldown = 30 SECONDS
clothes_req = FALSE
diff --git a/code/datums/spells/mime_malaise.dm b/code/datums/spells/mime_malaise.dm
index 48ea74fda89..85c3a94966b 100644
--- a/code/datums/spells/mime_malaise.dm
+++ b/code/datums/spells/mime_malaise.dm
@@ -1,6 +1,6 @@
/datum/spell/touch/mime_malaise
name = "Mime Malaise"
- desc = "A spell popular with theater nerd wizards and contrarian pranksters, this spell will put on a mime costume on the target, \
+ desc = "A spell popular with theater nerd wizards and contrarian pranksters. This spell will put on a mime costume on the target, \
stun them so that they may contemplate Art, and silence them. \
Warning : Effects are permanent on non-wizards."
hand_path = /obj/item/melee/touch_attack/mime_malaise
diff --git a/code/datums/spells/wizard_spells.dm b/code/datums/spells/wizard_spells.dm
index 1449bd95abf..1c4bd867600 100644
--- a/code/datums/spells/wizard_spells.dm
+++ b/code/datums/spells/wizard_spells.dm
@@ -37,7 +37,7 @@
/datum/spell/projectile/honk_missile
name = "Honk Missile"
- desc = "This spell fires several, slow moving, magic bikehorns at nearby targets."
+ desc = "This spell fires several, slow moving, magic bike horns at nearby targets."
base_cooldown = 6 SECONDS
clothes_req = FALSE