diff --git a/code/datums/spells/lichdom.dm b/code/datums/spells/lichdom.dm index 5e2f8958459..ca80db2b644 100644 --- a/code/datums/spells/lichdom.dm +++ b/code/datums/spells/lichdom.dm @@ -53,7 +53,7 @@ if(!marked_item || qdeleted(marked_item)) //Wait nevermind user << "Your phylactery is gone!" return - + var/turf/user_turf = get_turf(user) var/turf/item_turf = get_turf(marked_item) @@ -90,7 +90,7 @@ var/wheres_wizdo = dir2text(get_dir(body_turf, item_turf)) if(wheres_wizdo) old_body.visible_message("Suddenly [old_body.name]'s corpse falls to pieces! You see a strange energy rise from the remains, and speed off towards the [wheres_wizdo]!") - body_turf.Beam(item_turf,icon_state="drain_life",icon='icons/effects/effects.dmi',time=10+10*resurrections,maxdistance=INFINITY) + body_turf.Beam(item_turf,icon_state="lichbeam",icon='icons/effects/effects.dmi',time=10+10*resurrections,maxdistance=INFINITY) old_body.dust() if(!marked_item) //linking item to the spell diff --git a/icons/effects/effects.dmi b/icons/effects/effects.dmi index 4788ef5b026..e6fe509cbed 100644 Binary files a/icons/effects/effects.dmi and b/icons/effects/effects.dmi differ