Merge pull request #382 from Sharkmare/patch-9

Trying to fix SX respawn system
This commit is contained in:
Vollybally
2019-02-12 21:35:16 -05:00
committed by GitHub
@@ -333,7 +333,11 @@ mob/living/simple_animal/synx/PunchTarget()
icon_living = "synx_pet_rainbow"
playsound(src.loc, 'sound/items/bikehorn.ogg', 50, 1)
/mob/living/simple_animal/retaliate/synx/pet/holo/death()
..()
var/location = get_turf(src)
new /datum/seed/hardlightseed/typesx(location)
qdel(src)
////////////////////////////////////////
////////////////SYNX VARIATIONS/////////
////////////////////////////////////////