From efafc9789c116a61920729c3056fcd4cdde6d0be Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 11 Feb 2021 16:35:05 +0100 Subject: [PATCH] [MIRROR] Fixes spellblade description (#3291) * bloodlust (#56818) Co-authored-by: Sparkezel <1haslo4@ gmail.com> * Fixes spellblade description Co-authored-by: Sparkezel <53384660+Sparkezel@users.noreply.github.com> Co-authored-by: Sparkezel <1haslo4@ gmail.com> --- code/modules/projectiles/guns/magic/staff.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/magic/staff.dm b/code/modules/projectiles/guns/magic/staff.dm index e9654be8443..203a49d1b97 100644 --- a/code/modules/projectiles/guns/magic/staff.dm +++ b/code/modules/projectiles/guns/magic/staff.dm @@ -77,7 +77,7 @@ /obj/item/gun/magic/staff/spellblade name = "spellblade" - desc = "A deadly combination of laziness and boodlust, this blade allows the user to dismember their enemies without all the hard work of actually swinging the sword." + desc = "A deadly combination of laziness and bloodlust, this blade allows the user to dismember their enemies without all the hard work of actually swinging the sword." fire_sound = 'sound/magic/fireball.ogg' ammo_type = /obj/item/ammo_casing/magic/spellblade icon_state = "spellblade"