mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Vepr cell Fix (#9789)
This commit is contained in:
@@ -71,11 +71,13 @@
|
|||||||
origin_tech = list(TECH_POWER = 4, TECH_COMBAT = 6, TECH_MAGNET = 4, TECH_ILLEGAL = 4)
|
origin_tech = list(TECH_POWER = 4, TECH_COMBAT = 6, TECH_MAGNET = 4, TECH_ILLEGAL = 4)
|
||||||
|
|
||||||
/obj/item/cell/vepr
|
/obj/item/cell/vepr
|
||||||
|
name = "VEPR cell"
|
||||||
icon = 'icons/obj/ammo_ch.dmi'
|
icon = 'icons/obj/ammo_ch.dmi'
|
||||||
icon_state = "veprcell"
|
icon_state = "veprcell"
|
||||||
item_state = "egg6"
|
item_state = "egg6"
|
||||||
w_class = ITEMSIZE_SMALL
|
w_class = ITEMSIZE_SMALL
|
||||||
maxcharge = 7200
|
maxcharge = 7200
|
||||||
|
charge = 7200
|
||||||
charge_amount = 20
|
charge_amount = 20
|
||||||
matter = list(MAT_METAL = 350, MAT_GLASS = 50)
|
matter = list(MAT_METAL = 350, MAT_GLASS = 50)
|
||||||
preserve_item = 1
|
preserve_item = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user