From 45b757983aa37d0307429b775cdbf688e0bcc974 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Thu, 1 Feb 2018 19:27:01 -0500 Subject: [PATCH 1/2] Makes Tasald spawn with the correct magazines --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index f214612a91..6cdf263d8b 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -190,8 +190,8 @@ name = "Sebastian's Lumoco Arms P3 Box" has_items = list( /obj/item/weapon/gun/projectile/pistol, - /obj/item/ammo_magazine/m9mm/flash, - /obj/item/ammo_magazine/m9mm/flash, + /obj/item/ammo_magazine/m9mm/compact/flash, + /obj/item/ammo_magazine/m9mm/compact/flash, /obj/item/clothing/accessory/permit/gun/fluff/sebastian_aji) /obj/item/weapon/storage/box/fluff/briana_moore From 0f397452deb19c8927a6976c55e191cbc54be2f2 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Thu, 1 Feb 2018 19:32:03 -0500 Subject: [PATCH 2/2] Updates the permit, too. --- code/modules/vore/fluffstuff/custom_permits_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_permits_vr.dm b/code/modules/vore/fluffstuff/custom_permits_vr.dm index 7187368034..f5afc8aaec 100644 --- a/code/modules/vore/fluffstuff/custom_permits_vr.dm +++ b/code/modules/vore/fluffstuff/custom_permits_vr.dm @@ -9,7 +9,7 @@ // aerowing:Sebastian Aji /obj/item/clothing/accessory/permit/gun/fluff/sebastian_aji name = "Sebastian Aji's Sidearm Permit" - desc = "A card indicating that the owner is allowed to carry a sidearm. It is issued by CentCom, so it is valid until it expires on April 17th, 2562." + desc = "A card indicating that the owner is allowed to carry a sidearm. It is issued by CentCom, so it is valid until it expires on April 17th, 2563." // arokha:Aronai Kadigan /obj/item/clothing/accessory/permit/gun/fluff/aronai_kadigan