From 6130a15add90a45a4d51d80d90798eefb7a080fe Mon Sep 17 00:00:00 2001 From: Marmio64 <60946370+Marmio64@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:58:32 -0500 Subject: [PATCH] slightly less damaging sting the venom can be pretty problematic so damage shouldnt be too high --- yogstation/code/modules/jungleland/jungle_mobs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yogstation/code/modules/jungleland/jungle_mobs.dm b/yogstation/code/modules/jungleland/jungle_mobs.dm index f770a5b08577..a7ed8e2bc110 100644 --- a/yogstation/code/modules/jungleland/jungle_mobs.dm +++ b/yogstation/code/modules/jungleland/jungle_mobs.dm @@ -464,8 +464,8 @@ maxHealth = 160 health = 160 environment_smash = ENVIRONMENT_SMASH_NONE //held off by walls and windows, stupid oversized bee - melee_damage_lower = 12 //not that lethal, but it'll catch up to you easily - melee_damage_upper = 12 + melee_damage_lower = 10 //not that lethal, but it'll catch up to you easily + melee_damage_upper = 10 attacktext = "stings" attack_sound = 'sound/voice/moth/scream_moth.ogg' deathmessage = "rolls over, falling to the ground."