From 2fb0bd21cb308068e0b9f73deb2d86a7b0bccd8c Mon Sep 17 00:00:00 2001 From: konushi Date: Wed, 1 Nov 2023 19:14:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB=20=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D1=82=D1=8B=20=D0=BC=D0=B0=D0=B3=D1=83=20=D0=B8=20=D1=83?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D1=82=D1=8C=20=D0=BF=D1=80=D0=BE=D0=B6=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=D0=B0=D0=B9=D0=BB=20=D1=82=D0=B8=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modular_ss220/maps220/code/mobs.dm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/modular_ss220/maps220/code/mobs.dm b/modular_ss220/maps220/code/mobs.dm index 9aa739dfade3..5db3b128e8b2 100644 --- a/modular_ss220/maps220/code/mobs.dm +++ b/modular_ss220/maps220/code/mobs.dm @@ -194,15 +194,16 @@ icon = 'modular_ss220/maps220/icons/simple_human.dmi' icon_living = "deadwizard" icon_state = "deadwizard" - maxHealth = 300 - health = 300 + maxHealth = 400 + health = 400 ranged = 1 - rapid = 4 - rapid_fire_delay = 1 - retreat_distance = 4 - minimum_distance = 4 + retreat_distance = 7 + minimum_distance = 5 + ranged_cooldown_time = 5 + ranged_ignores_vision = TRUE + aggro_vision_range = 12 + vision_range = 12 del_on_death = 1 - projectiletype = /obj/item/projectile/magic/arcane_barrage projectilesound = 'sound/magic/blind.ogg' loot = list( /obj/effect/decal/remains/human,