diff --git a/code/game/objects/structures/trash_pile_vr.dm b/code/game/objects/structures/trash_pile_vr.dm index af6e7fdce1b..d2772caa4bd 100644 --- a/code/game/objects/structures/trash_pile_vr.dm +++ b/code/game/objects/structures/trash_pile_vr.dm @@ -23,8 +23,8 @@ /obj/item/clothing/glasses/thermal/syndi, /obj/item/weapon/gun/energy/netgun, /obj/item/weapon/gun/projectile/pirate, - /obj/item/weapon/gun/projectile/dartgun, - /obj/item/weapon/card/emag + /obj/item/clothing/accessory/permit/gun, + /obj/item/weapon/gun/projectile/dartgun ) var/global/list/allocated_gamma = list() @@ -214,7 +214,7 @@ prob(1);/obj/item/device/flashlight/glowstick/yellow, prob(1);/obj/item/device/flashlight/pen, prob(1);/obj/item/device/paicard, - prob(1);/obj/item/clothing/accessory/permit/gun, + prob(1);/obj/item/weapon/card/emag, prob(1);/obj/item/clothing/mask/gas/voice, prob(1);/obj/item/weapon/spacecash/c100, prob(1);/obj/item/weapon/spacecash/c50,