mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Merge pull request #1457 from Yoshax/permitguns
Adds Aerowing and Table's custom item/gun stuff
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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."}
|
||||
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 = {"
|
||||
<b>NAME:</b> Sebastian Aji | <b>RACE:</b> Panthera Tigris | <b>HOMEWORLD:</b> Ahdomai, Siik'tajr
|
||||
<b>DOB:</b> 19/Dec/2530 | <b>HEIGHT:</b> 198cm | <b>SEX:</b> 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 = {"
|
||||
<b>NAME:</b> Briana Moore | <b>RACE:</b> Angel | <b>HOMEWORLD:</b> Sanctum
|
||||
<b>DOB:</b> 2538-07-11 | <b>HEIGHT:</b> 155cm | <b>SEX:</b> 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."}
|
||||
Reference in New Issue
Block a user