From 4bad1d23cb51a0ab15763dccbfcd74fc841f6d26 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Thu, 10 Sep 2020 23:22:34 +0100 Subject: [PATCH] Update human_defense.dm --- code/modules/mob/living/carbon/human/human_defense.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 591abdca5f..ecaa5e16c3 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -415,7 +415,6 @@ L.receive_damage(0,severity/10) Stun(severity*2) - /mob/living/carbon/human/acid_act(acidpwr, acid_volume, bodyzone_hit) var/list/damaged = list() var/list/inventory_items_to_kill = list()