Makes the energy carbine crate consistent.

It made no damn sense to get 3 of them for the same price as the energy gun crate, which gives 2 energy guns, despite laser carbines being considered superior in some regards.
This commit is contained in:
Ketrai
2018-02-04 14:20:03 +01:00
committed by GitHub
parent 8706d54f8b
commit 93a9e6012d
+2 -2
View File
@@ -46,9 +46,9 @@
containername = "Experimental weapons crate"
access = access_armory
/datum/supply_packs/munitions/energyweapons
/datum/supply_packs/munitions/energyweapons
name = "Laser carbine crate"
contains = list(/obj/item/weapon/gun/energy/laser = 3)
contains = list(/obj/item/weapon/gun/energy/laser = 2) //VOREStation Edit - Made to be consistent with the energy guns crate.
cost = 50
containertype = /obj/structure/closet/crate/secure
containername = "energy weapons crate"