diff --git a/code/modules/vore/resizing/sizegun_slow_vr.dm b/code/modules/vore/resizing/sizegun_slow_vr.dm index 777e42a342..648c0f91c7 100644 --- a/code/modules/vore/resizing/sizegun_slow_vr.dm +++ b/code/modules/vore/resizing/sizegun_slow_vr.dm @@ -219,10 +219,3 @@ /obj/item/device/slow_sizegun/proc/color_box(list/box_segments, new_color, new_time) for(var/i in box_segments) animate(i, color = new_color, time = new_time) - -/obj/item/device/slow_sizegun/magic - name = "wand of growth and shrinking" - desc = "A wand said to be able to shrink or grow it's targets, it's encrusted with glowing gems and a... trigger?" - icon = 'icons/obj/gun_vr.dmi' - icon_state = "sizegun-magic-0" - base_icon_state = "sizegun-magic" diff --git a/maps/redgate/fantasy_items.dm b/maps/redgate/fantasy_items.dm index 746ee48f7a..597b163b6d 100644 --- a/maps/redgate/fantasy_items.dm +++ b/maps/redgate/fantasy_items.dm @@ -527,3 +527,12 @@ This device records all warnings given and teleport events for admin review in c else destination = beacons[choice] rebuild_radial_images() + +//sizegun + +/obj/item/device/slow_sizegun/magic + name = "wand of growth and shrinking" + desc = "A wand said to be able to shrink or grow it's targets, it's encrusted with glowing gems and a... trigger?" + icon = 'icons/obj/gun_vr.dmi' + icon_state = "sizegun-magic-0" + base_icon_state = "sizegun-magic"