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"