From 9683cdaeabf1e21418c465b16febec960c0fafc8 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 28 Feb 2019 14:14:16 +0100 Subject: [PATCH] Update tomato.dm --- code/modules/mob/living/simple_animal/animals/tomato.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/tomato.dm b/code/modules/mob/living/simple_animal/animals/tomato.dm index aafa9bde33..186a2543a3 100644 --- a/code/modules/mob/living/simple_animal/animals/tomato.dm +++ b/code/modules/mob/living/simple_animal/animals/tomato.dm @@ -123,11 +123,11 @@ //might snatch the code for that uranium ray for this since it should poison name = "Piranha Spitter" - /* //Attack ranged settings, This will be used for the second time, the piranha spitters + //Attack ranged settings, This will be used for the second time, the piranha spitters ranged = 1 // Do I attack at range? shoot_range = 5 // How far away do I start shooting from? rapid = 0 // Three-round-burst fire mode firing_lines = 0 // Avoids shooting allies - projectiletype // The projectiles I shoot - projectilesound // The sound I make when I do it - casingtype // What to make the hugely laggy casings pile out of*/ + //projectiletype // The projectiles I shoot + //projectilesound // The sound I make when I do it + //casingtype // What to make the hugely laggy casings pile out of