From dc7a28a36a0bc0d9095bfcd6405b8d00669eaf90 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Sun, 5 Feb 2023 07:22:39 +1000 Subject: [PATCH] Update micro.dm --- code/game/mecha/micro/micro.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/mecha/micro/micro.dm b/code/game/mecha/micro/micro.dm index 97d6728f54e..d1e5aedf592 100644 --- a/code/game/mecha/micro/micro.dm +++ b/code/game/mecha/micro/micro.dm @@ -26,7 +26,6 @@ max_micro_weapon_equip = 1 //add_req_access = 0 //operation_req_access = list(access_hos) - damage_absorption = list("brute"=1,"fire"=1,"bullet"=1,"laser"=1,"energy"=1,"bomb"=1) var/am = "d3c2fbcadca903a41161ccc9df9cf948" damage_minimum = 0 //Incoming damage lower than this won't actually deal damage. Scrapes shouldn't be a real thing. minimum_penetration = 0 //Incoming damage won't be fully applied if you don't have at least 20. Almost all AP clears this.