mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
Makes it just the mini
This commit is contained in:
@@ -390,9 +390,9 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
/datum/supply_packs/security/armory/epistol // costs 3/5ths of the normal e-guns for 3/4ths the total ammo, making it cheaper to arm more people, but less convient for any one person
|
||||
name = "Energy Pistol Crate"
|
||||
contains = list(/obj/item/weapon/gun/energy/gun/pistol,
|
||||
/obj/item/weapon/gun/energy/gun/pistol,
|
||||
/obj/item/weapon/gun/energy/gun/pistol)
|
||||
contains = list(/obj/item/weapon/gun/energy/gun/mini,
|
||||
/obj/item/weapon/gun/energy/gun/mini,
|
||||
/obj/item/weapon/gun/energy/gun/mini)
|
||||
cost = 15
|
||||
containertype = /obj/structure/closet/crate/secure/plasma
|
||||
containername = "energy gun crate"
|
||||
|
||||
Reference in New Issue
Block a user