From b443ea1cb88515d27f24e3feed778a0739bf0623 Mon Sep 17 00:00:00 2001 From: LordSaladin <60797836+LordSaladin@users.noreply.github.com> Date: Thu, 5 May 2022 16:36:49 +0100 Subject: [PATCH] fixes the laws of thermodynamics for .45 LC i hope god imagine having to add mat values for all of these other bullets --- code/modules/projectiles/ammunition/zz_rounds_ch.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammunition/zz_rounds_ch.dm b/code/modules/projectiles/ammunition/zz_rounds_ch.dm index a61f266fff..2d631d5590 100644 --- a/code/modules/projectiles/ammunition/zz_rounds_ch.dm +++ b/code/modules/projectiles/ammunition/zz_rounds_ch.dm @@ -166,6 +166,7 @@ caliber = ".45 LC" icon_state = "rifle-casing" projectile_type = /obj/item/projectile/bullet/rifle/a45lc + matter = list(DEFAULT_WALL_MATERIAL = 169) /obj/item/ammo_casing/a45lc/rifle desc = "A long silver bullet... +P, and .45 LC stamped into the base." @@ -173,4 +174,5 @@ /obj/item/ammo_casing/a45lc/rubber desc = "A long silver bullet... Has a rubber tip, and .45 LC stamped into the base." - projectile_type = /obj/item/projectile/bullet/rifle/a45lc/rubber \ No newline at end of file + projectile_type = /obj/item/projectile/bullet/rifle/a45lc/rubber +