From 73496ad12bcbd3ba3d48fd0b8a3b744b46290837 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 13 Feb 2019 15:22:00 +0100 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 9b12b9c410..78d34326b5 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -198,12 +198,16 @@ mob/living/simple_animal/synx/PunchTarget() name = "HONK" description = "HONK" id = "clownsynxchem" - metabolism = REM * 0.2 //ten times faster for convenience of testers. + metabolism = REM * 0.5 color = "#FFFFFF" overdose = REAGENTS_OVERDOSE * 200 /datum/reagent/inaprovaline/synxchem/clown/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) + M.adjustToxLoss(0.01) playsound(M.loc, 'sound/items/bikehorn.ogg', 50, 1) + var/location = get_turf(M) + new /obj/item/weapon/bikehorn(location) + M.custom_pain("You suddenly cough up a bikehorn!",60) /datum/reagent/inaprovaline/synxchem/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) if(alien != IS_DIONA) @@ -378,7 +382,6 @@ mob/living/simple_animal/synx/PunchTarget() vore_bump_chance = 0 //lowered bump chance vore_escape_chance = 30 //Much higher escape chance.. it's a hologram. swallowTime = 10 SECONDS //Much more time to run - contents = list("/datum/seed/hardlightseed/typesx") //Dont read this. /mob/living/simple_animal/retaliate/synx/pet/holo/New() set_light() //hologram lighting