diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 9bdfc730a7..a39eaa53d2 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -176,6 +176,24 @@ new /obj/item/weapon/gun/energy/netgun(src) new /obj/item/clothing/accessory/holster/leg(src) +//Aerowing:Sebastian Aji +/obj/item/weapon/storage/box/fluff/sebastian_aji + name = "Sebastian's Lumoco Arms P3 Box" + +/obj/item/weapon/storage/box/fluff/sebastian_aji/New() + ..() + new /obj/item/weapon/gun/projectile/pistol(src) + new /obj/item/ammo_magazine/mc9mm/flash(src) + new /obj/item/ammo_magazine/mc9mm/flash(src) + new /obj/item/fluff/permit/sebastian_aji(src) + +/obj/item/weapon/storage/box/fluff/briana_moore + name = "Briana's Derringer Box" + +/obj/item/weapon/storage/box/fluff/briana_moore/New() + ..() + new /obj/item/weapon/gun/projectile/derringer(src) + new /obj/item/fluff/permit/briana_moore(src) /* Swimsuits, for general use, to avoid arriving to work with your swimsuit. */ diff --git a/code/modules/vore/fluffstuff/custom_permits_vr.dm b/code/modules/vore/fluffstuff/custom_permits_vr.dm index 017e57a29c..c23b537041 100644 --- a/code/modules/vore/fluffstuff/custom_permits_vr.dm +++ b/code/modules/vore/fluffstuff/custom_permits_vr.dm @@ -129,4 +129,26 @@ The individual named above is licensed by the Nanotrasen Department of Civil Protection to carry one Mateba Model 6 Unica handgun with stun/rubber/flash ammo. - This license expires on 01/Mar/2562 and must be renewed by CentCom prior to this date."} \ No newline at end of file + This license expires on 01/Mar/2562 and must be renewed by CentCom prior to this date."} + +// aerowing:Sebastian Aji +/obj/item/fluff/permit/sebastian_aji + name = "Sebastian Aji's Sidearm Permit" + desc = {" + NAME: Sebastian Aji | RACE: Panthera Tigris | HOMEWORLD: Ahdomai, Siik'tajr + DOB: 19/Dec/2530 | HEIGHT: 198cm | SEX: Male + + The individual named above is licensed by the Nanotrasen Department of Civil Protection + to carry one Lumoco Arms P3 Whisper handgun with lethal/flash ammo. + This license expires on 17/Apr/2563 and must be renewed by CentCom prior to this date."} + +// luminescent_ring:Briana Moore +/obj/item/fluff/permit/briana_moore + name = "Briana Moore's Sidearm Permit" + desc = {" + NAME: Briana Moore | RACE: Angel | HOMEWORLD: Sanctum + DOB: 2538-07-11 | HEIGHT: 155cm | SEX: Female + + The individual named above is licensed by the Nanotrasen Department of Civil Protection + to carry one Derringer handgun with lethal ammo. + This license expires on 24/Apr/2563 and must be renewed by CentCom prior to this date."} \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index 20a1f845ce..b774cedbcc 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -68,6 +68,11 @@ character_name: Aronai Kadigan item_path: /obj/item/weapon/storage/backpack/satchel/gen/fluff/aronai } +{ +ckey: aerowing +character_name: Sebastian Aji +item_path: /obj/item/weapon/storage/box/fluff/sebastian_aji +} # ######## B CKEYS { ckey: benemuel @@ -324,6 +329,12 @@ item_path: /obj/item/device/pda_mod/fluff/kligor } # ######## L CKEYS +{ +ckey: luminescentring +character_name: Briana Moore +item_path: /obj/item/weapon/storage/box/fluff/briana_moore +} + # ######## M CKEYS { ckey: molenar