From 06d9dd8a5297c6b98189d90105a488b18be1b9e5 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Fri, 26 Jul 2019 23:55:43 +0000 Subject: [PATCH] ! Box no longer a damage sponge, deletes in one hit --- code/game/objects/items/implants/implant_stealth.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/implants/implant_stealth.dm b/code/game/objects/items/implants/implant_stealth.dm index 84f9f5f454..eb58d76d1b 100644 --- a/code/game/objects/items/implants/implant_stealth.dm +++ b/code/game/objects/items/implants/implant_stealth.dm @@ -9,6 +9,7 @@ name = "inconspicious box" desc = "It's so normal that you didn't notice it before." icon_state = "agentbox" + max_integrity = 1 use_mob_movespeed = TRUE /obj/structure/closet/cardboard/agent/proc/go_invisible()