mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Snow cabin fake holy wand keeps its sprite (#95490)
## About The Pull Request Makes the var edited fake healing wand in snow cabin a real subtype ## Why It's Good For The Game closes #95484
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user