diff --git a/code/datums/spells/rathens.dm b/code/datums/spells/rathens.dm index d8f7dedc290..f37846025c1 100644 --- a/code/datums/spells/rathens.dm +++ b/code/datums/spells/rathens.dm @@ -33,8 +33,8 @@ A.forceMove(get_turf(H)) spawn() A.throw_at(get_edge_target_turf(H, pick(alldirs)), rand(1, 10), 5) - H.visible_message("[H]'s [A.name] flies out their body in a magical explosion!",\ - "Your [A.name] flies out your body in a magical explosion!") + H.visible_message("[H]'s [A.name] flies out of their body in a magical explosion!",\ + "Your [A.name] flies out of your body in a magical explosion!") H.Weaken(2) else var/obj/effect/decal/cleanable/blood/gibs/G = new/obj/effect/decal/cleanable/blood/gibs(get_turf(H))