From 4bcd425c828c4f32825feb23010239de40305c11 Mon Sep 17 00:00:00 2001 From: Belaya Date: Sat, 26 Apr 2025 10:17:06 -0500 Subject: [PATCH] PKA and PKC are fireproof --- code/modules/mining/equipment/kinetic_crusher.dm | 1 + code/modules/projectiles/guns/energy/kinetic_accelerator.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 6da752f17d..779f22e33a 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -8,6 +8,7 @@ name = "proto-kinetic crusher" desc = "An early design of the proto-kinetic accelerator, it is little more than an combination of various mining tools cobbled together, forming a high-tech club. \ While it is an effective mining tool, it did little to aid any but the most skilled and/or suicidal miners against local fauna." + resistance_flags = FIRE_PROOF //GS13: Fireproof miner equipment force = 0 //You can't hit stuff unless wielded w_class = WEIGHT_CLASS_BULKY slot_flags = ITEM_SLOT_BACK diff --git a/code/modules/projectiles/guns/energy/kinetic_accelerator.dm b/code/modules/projectiles/guns/energy/kinetic_accelerator.dm index e9b3695db9..fd352923c7 100644 --- a/code/modules/projectiles/guns/energy/kinetic_accelerator.dm +++ b/code/modules/projectiles/guns/energy/kinetic_accelerator.dm @@ -7,6 +7,7 @@ cell_type = /obj/item/stock_parts/cell/emproof item_flags = NONE obj_flags = UNIQUE_RENAME + resistance_flags = FIRE_PROOF //GS13: Fireproof miner equipment weapon_weight = WEAPON_LIGHT recoil = 0.5 can_flashlight = 1