diff --git a/_maps/RandomZLevels/SnowCabin.dmm b/_maps/RandomZLevels/SnowCabin.dmm index ed722409a7b..52579ccdacc 100644 --- a/_maps/RandomZLevels/SnowCabin.dmm +++ b/_maps/RandomZLevels/SnowCabin.dmm @@ -3361,11 +3361,8 @@ pixel_x = -1; pixel_y = 16 }, -/obj/item/gun/magic/wand{ - desc = "It's just a fancy staff so that holy clerics and priests look cool. What? You didn't think someone would leave a REAL magic artifact with a snowman out in the cold, did you?"; - icon_state = "revivewand"; - name = "holy staff"; - pixel_y = -2 +/obj/item/gun/magic/wand/nothing/fake_resurrection{ + pixel_y = -2 }, /obj/effect/light_emitter{ set_cap = 3; diff --git a/code/modules/projectiles/guns/magic/wand.dm b/code/modules/projectiles/guns/magic/wand.dm index 53667d5e122..38115d0c403 100644 --- a/code/modules/projectiles/guns/magic/wand.dm +++ b/code/modules/projectiles/guns/magic/wand.dm @@ -326,6 +326,15 @@ . = ..() return SHAME +/// Also wand of doing fuck all +/obj/item/gun/magic/wand/nothing/fake_resurrection + name = "holy staff" + desc = "It's just a fancy staff so that holy clerics and priests look cool. What? You didn't think someone would leave a REAL magic artifact with a snowman out in the cold, did you?" + fire_sound = 'sound/effects/magic/staff_healing.ogg' + icon_state = "revivewand" + base_icon_state = "revivewand" + ammo_type = /obj/item/ammo_casing/magic + /// Wand of making things small /obj/item/gun/magic/wand/shrink name = "wand of shrinking"