mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Modify fluff gun to 10mm
Instead of mateba megarounds.
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
/obj/item/weapon/storage/box/fluff/briana_moore
|
||||
name = "Briana's Derringer Box"
|
||||
has_items = list(
|
||||
/obj/item/weapon/gun/projectile/derringer,
|
||||
/obj/item/weapon/gun/projectile/derringer/fluff/briana,
|
||||
/obj/item/fluff/permit/briana_moore)
|
||||
|
||||
|
||||
|
||||
@@ -168,6 +168,12 @@
|
||||
origin_tech = list(TECH_COMBAT = 2, TECH_MATERIAL = 2)
|
||||
ammo_type = /obj/item/ammo_casing/a38r //Rubber rounds.
|
||||
|
||||
// LuminescentRing : Briana Moore
|
||||
/obj/item/weapon/gun/projectile/derringer/fluff/briana
|
||||
name = "second-hand derringer"
|
||||
desc = "It's a palm sized gun. One of the few things that won't break an angel's wrists."
|
||||
caliber = "10mm"
|
||||
ammo_type = /obj/item/ammo_casing/a10mm
|
||||
|
||||
// For general use
|
||||
/obj/item/weapon/gun/projectile/automatic/stg
|
||||
|
||||
Reference in New Issue
Block a user