mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 05:26:24 +01:00
Fixes some custom item stuff
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user