From 22c3f8e651acfd806a7510b60dffefe97080a441 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 20 Mar 2019 09:11:33 +0100 Subject: [PATCH] Update tomato.dm --- code/modules/mob/living/simple_animal/animals/tomato.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/animals/tomato.dm b/code/modules/mob/living/simple_animal/animals/tomato.dm index 60be11702e..1e1f9007f1 100644 --- a/code/modules/mob/living/simple_animal/animals/tomato.dm +++ b/code/modules/mob/living/simple_animal/animals/tomato.dm @@ -123,6 +123,7 @@ /mob/living/simple_animal/hostile/piranhaplant/spitter //might snatch the code for that uranium ray for this since it should poison name = "Piranha Spitter" + attack_armor_pen = 0 //Attack ranged settings. ranged = 1 // Do I attack at range? shoot_range = 6 // How far away do I start shooting from?