Merge pull request #1484 from Yoshax/customitemstuff

Fixes some custom item stuff
This commit is contained in:
Arokha Sieyes
2017-05-20 15:17:50 -04:00
committed by GitHub
@@ -179,21 +179,19 @@
//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)
has_items = list(
/obj/item/weapon/gun/projectile/pistol,
/obj/item/ammo_magazine/mc9mm/flash,
/obj/item/ammo_magazine/mc9mm/flash,
/obj/item/fluff/permit/sebastian_aji)
/obj/item/weapon/storage/box/fluff/briana_moore
name = "Briana's Derringer Box"
has_items = list(
/obj/item/weapon/gun/projectile/derringer,
/obj/item/fluff/permit/briana_moore)
/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.
*/