From 041eed434c4cd052c340644a9ae878cf0af063ee Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 19 Feb 2019 00:04:38 +0100 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index b6aced53fd..48796797c1 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -391,8 +391,6 @@ mob/living/simple_animal/synx/PunchTarget() faction = "station"//Can be safely bapped with newspaper. melee_damage_lower = 0 //Holos do no damage melee_damage_upper = 0 - environment_smash = 0 - destroy_surroundings = 0 meat_amount = 0 meat_type = null //Vore Section @@ -404,11 +402,6 @@ mob/living/simple_animal/synx/PunchTarget() vore_escape_chance = 30 //Much higher escape chance.. it's a hologram. swallowTime = 10 SECONDS //Much more time to run -/mob/living/simple_animal/retaliate/synx/pet/holo/New() - ..() - set_light(2) //hologram lighting - - /mob/living/simple_animal/retaliate/synx/pet/greed //var/GREED_LIVING = "synx_greed_living" //var/GREED_DEAD = "synx_greed_dead"