From 030adfc39f61bd6b48de5c3cd54444a76217e501 Mon Sep 17 00:00:00 2001 From: Spades Date: Wed, 8 Jun 2016 21:09:36 -0400 Subject: [PATCH] Derp. --- code/modules/vore/fluffstuff/custom_guns_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index 91a14831d9..00f43be72f 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -48,7 +48,7 @@ origin_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 2) ammo_type = /obj/item/ammo_casing/a95mm magazine_type = /obj/item/ammo_magazine/battlerifle - allowed_magazines = list(obj/item/ammo_magazine/battlerifle) + allowed_magazines = list(/obj/item/ammo_magazine/battlerifle) fire_sound = 'sound/weapons/battlerifle.ogg' load_method = MAGAZINE slot_flags = SLOT_BACK @@ -157,7 +157,7 @@ caliber = "kurz" origin_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 2, TECH_ILLEGAL = 6) magazine_type = /obj/item/ammo_magazine/stg - allowed_magazines = list(obj/item/ammo_magazine/stg) + allowed_magazines = list(/obj/item/ammo_magazine/stg) load_method = MAGAZINE /obj/item/weapon/gun/projectile/automatic/stg/update_icon(var/ignore_inhands)