From da52e8efdcb3cb99690c4c8a58c78f1e7c6ecb01 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 21 Apr 2022 22:26:08 +0200 Subject: [PATCH] [MIRROR] removes 3 unused vars on bats [MDB IGNORE] (#12973) * removes 3 unused vars on bats (#66345) * removes 3 unused vars on bats Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> --- .../mob/living/simple_animal/hostile/retaliate/bat.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm index 55f6d56df8a..4d1dac06918 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/bat.dm @@ -29,9 +29,6 @@ environment_smash = ENVIRONMENT_SMASH_NONE mob_size = MOB_SIZE_TINY speak_emote = list("squeaks") - var/max_co2 = 0 //to be removed once metastation map no longer use those for Sgt Araneus - var/min_oxy = 0 - var/max_plas = 0 //Space bats need no air to fly in. atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_plas" = 0, "max_plas" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) minbodytemp = 0 @@ -55,11 +52,8 @@ icon_state = "guard" maxHealth = 250 health = 250 - max_co2 = 5 - max_plas = 2 melee_damage_lower = 15 melee_damage_upper = 20 - min_oxy = 5 movement_type = GROUND response_help_continuous = "pets" response_help_simple = "pet"