Fixes some custom item stuff

This commit is contained in:
Yoshax
2017-05-18 23:34:43 +01:00
parent 443b0c78a7
commit c983574f6d
@@ -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.
*/