Phase 1 synx pet Variety update.

Laying the groundwork for spicing up pet play.
This commit is contained in:
Sharkmare
2019-02-04 07:15:05 +01:00
committed by GitHub
parent b72fe3bd12
commit 24a9f45dcf
@@ -185,8 +185,14 @@ mob/living/simple_animal/synx/PunchTarget()
////////////////PET VERSION/////////////
////////////////////////////////////////
/mob/living/simple_animal/retaliate/synx/pet
name = "Grins"
desc = "A cold blooded, genderless, parasitic eel from the more distant and stranger areas of the cosmos. Plain, white, perpetually grinning and possessing a hunger as enthusiastic and endless as humanity's sense of exploration.. This one has a small collar on it that reads 'Grins' with a bell that doesn't seem to work."
var/names = list("Grins","Greed")
name = pick(names)
if (name == "Grins")
desc = "A cold blooded, genderless, parasitic eel from the more distant and stranger areas of the cosmos. Plain, white, perpetually grinning and possessing a hunger as enthusiastic and endless as humanity's sense of exploration.. This one has a small collar on it that reads 'Grins' with a bell that doesn't seem to work."
if (name == "Greed")
desc = "A cold blooded, genderless, parasitic eel from the more distant and stranger areas of the cosmos. Plain, white, perpetually grinning and possessing a hunger as enthusiastic and endless as humanity's sense of exploration.. This one has the name Greed burnt into its back."
tt_desc = "synxus pergulus"
icon = 'icons/mob/synx.dmi'