mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 05:26:24 +01:00
Merge pull request #382 from Sharkmare/patch-9
Trying to fix SX respawn system
This commit is contained in:
@@ -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/////////
|
||||
////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user