mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Reverts recipe changes from Industrial Expansion
This commit is contained in:
@@ -300,15 +300,14 @@
|
||||
icon_state = "lcasing"
|
||||
caliber = "14.5mm"
|
||||
projectile_type = /obj/item/projectile/bullet/rifle/a145
|
||||
matter = list(MAT_TITANIUM = 2500, MAT_URANIUM = 1000, MAT_PLASTEEL = 1500)
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 1250)
|
||||
|
||||
/obj/item/ammo_casing/a145/highvel
|
||||
desc = "A 14.5mm sabot shell."
|
||||
projectile_type = /obj/item/projectile/bullet/rifle/a145
|
||||
matter = list(MAT_TITANIUM = 2500, MAT_PLASTEEL = 1500)
|
||||
|
||||
/obj/item/ammo_casing/a145/spent/Initialize()
|
||||
. = ..()
|
||||
..()
|
||||
expend()
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user