diff --git a/code/game/gamemodes/cult/blood_magic.dm b/code/game/gamemodes/cult/blood_magic.dm index 1164180e091..9bc8a236e57 100644 --- a/code/game/gamemodes/cult/blood_magic.dm +++ b/code/game/gamemodes/cult/blood_magic.dm @@ -337,7 +337,7 @@ /datum/action/innate/cult/blood_spell/manipulation name = "Blood Rites" desc = "Empowers your hand to manipulate blood. Use on blood or a noncultist to absorb blood to be used later, use on yourself or another cultist to heal them using absorbed blood. \ - \nUse the spell in-hand to cast advanced rites, such as summoning a magical blood spear or firing blood projectiles out of your hands." + \nUse the spell in-hand to cast advanced rites, such as summoning a magical blood spear or firing blood projectiles out of your hands, or more!." invocation = "Fel'th Dol Ab'orod!" button_icon_state = "manip" charges = 5 diff --git a/code/game/gamemodes/cult/cult_items.dm b/code/game/gamemodes/cult/cult_items.dm index d07433601b3..cd2f7223d52 100644 --- a/code/game/gamemodes/cult/cult_items.dm +++ b/code/game/gamemodes/cult/cult_items.dm @@ -655,6 +655,6 @@ icon = 'icons/obj/cult.dmi' icon_state = "summoning_orb" item_state = "summoning_orb" - desc = "It's an orb of crystalized blood. Can be used to transfer blood between cultests." + desc = "It's an orb of crystalized blood. Can be used to transfer blood between cultists." var/blood = 50