diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 04370d4fd7..df0a9333b7 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1579,6 +1579,8 @@ /mob/living/carbon/human/proc/get_display_species() //Shows species in tooltip + if(src.custom_species) //VOREStation Add + return custom_species //VOREStation Add //Beepboops get special text if obviously beepboop if(looksSynthetic()) if(gender == MALE) diff --git a/code/modules/mob/living/simple_animal/animals/fox_vr.dm b/code/modules/mob/living/simple_animal/animals/fox_vr.dm index 65938cb249..90131fc8b9 100644 --- a/code/modules/mob/living/simple_animal/animals/fox_vr.dm +++ b/code/modules/mob/living/simple_animal/animals/fox_vr.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/fox name = "fox" desc = "It's a fox. I wonder what it says?" + tt_desc = "Vulpes vulpes" icon = 'icons/mob/fox_vr.dmi' icon_state = "fox2" icon_living = "fox2" @@ -183,6 +184,7 @@ /mob/living/simple_animal/fox/fluff/Renault name = "Renault" desc = "Renault, the Colony Director's trustworthy fox. I wonder what it says?" + tt_desc = "Vulpes nobilis" befriend_job = "Colony Director" /mob/living/simple_animal/fox/fluff/Renault/init_belly() @@ -218,6 +220,7 @@ /mob/living/simple_animal/fox/syndicate name = "syndi-fox" desc = "It's a DASTARDLY fox! The horror! Call the shuttle!" + tt_desc = "Vulpes malus" icon = 'icons/mob/fox_vr.dmi' icon_state = "syndifox" icon_living = "syndifox" diff --git a/code/modules/mob/living/simple_animal/vore/awoo.dm b/code/modules/mob/living/simple_animal/vore/awoo.dm index 95234454af..fbd6d8dac5 100644 --- a/code/modules/mob/living/simple_animal/vore/awoo.dm +++ b/code/modules/mob/living/simple_animal/vore/awoo.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/retaliate/awoo name = "wolfgirl" desc = "AwooOOOOoooo!" + tt_desc = "Homo lupus" icon = 'icons/mob/vore.dmi' icon_state = "awoo" icon_living = "awoo" diff --git a/code/modules/mob/living/simple_animal/vore/catgirl.dm b/code/modules/mob/living/simple_animal/vore/catgirl.dm index f0c0f8ad25..dc8b5f1d8d 100644 --- a/code/modules/mob/living/simple_animal/vore/catgirl.dm +++ b/code/modules/mob/living/simple_animal/vore/catgirl.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/catgirl name = "catgirl" desc = "Her hobbies are catnaps, knocking things over, and headpats." + tt_desc = "Homo felinus" icon = 'icons/mob/vore.dmi' icon_state = "catgirl" diff --git a/code/modules/mob/living/simple_animal/vore/fennec.dm b/code/modules/mob/living/simple_animal/vore/fennec.dm index e658f8f441..1f7a869a4a 100644 --- a/code/modules/mob/living/simple_animal/vore/fennec.dm +++ b/code/modules/mob/living/simple_animal/vore/fennec.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/fennec name = "fennec" desc = "It's a dusty big-eared sandfox! Adorable!" + tt_desc = "Vulpes zerda" icon = 'icons/mob/vore.dmi' icon_state = "fennec" icon_living = "fennec" diff --git a/code/modules/mob/living/simple_animal/vore/frog.dm b/code/modules/mob/living/simple_animal/vore/frog.dm index 45f73456e8..ae4389914b 100644 --- a/code/modules/mob/living/simple_animal/vore/frog.dm +++ b/code/modules/mob/living/simple_animal/vore/frog.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/hostile/frog name = "giant frog" desc = "You've heard of having a frog in your throat, now get ready for the reverse." + tt_desc = "Anura gigantus" icon = 'icons/mob/vore.dmi' icon_dead = "frog-dead" icon_living = "frog" diff --git a/code/modules/mob/living/simple_animal/vore/gaslamp.dm b/code/modules/mob/living/simple_animal/vore/gaslamp.dm index 121cc6acfc..8df8d216b4 100644 --- a/code/modules/mob/living/simple_animal/vore/gaslamp.dm +++ b/code/modules/mob/living/simple_animal/vore/gaslamp.dm @@ -13,6 +13,7 @@ TODO: Make them light up and heat the air when exposed to oxygen. /mob/living/simple_animal/retaliate/gaslamp name = "gaslamp" desc = "Some sort of floaty alien with a warm glow. This creature is endemic to Virgo-3B." + tt_desc = "Semaeostomeae virginus" icon = 'icons/mob/vore32x64.dmi' icon_state = "gaslamp" icon_living = "gaslamp" diff --git a/code/modules/mob/living/simple_animal/vore/horse.dm b/code/modules/mob/living/simple_animal/vore/horse.dm index 35d8603094..59bbfa4550 100644 --- a/code/modules/mob/living/simple_animal/vore/horse.dm +++ b/code/modules/mob/living/simple_animal/vore/horse.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/horse name = "horse" desc = "Don't look it in the mouth." + tt_desc = "Equus ferus caballus" icon = 'icons/mob/vore.dmi' icon_state = "horse" icon_living = "horse" diff --git a/code/modules/mob/living/simple_animal/vore/otie.dm b/code/modules/mob/living/simple_animal/vore/otie.dm index eb814c5425..184ab76888 100644 --- a/code/modules/mob/living/simple_animal/vore/otie.dm +++ b/code/modules/mob/living/simple_animal/vore/otie.dm @@ -6,6 +6,7 @@ /mob/living/simple_animal/otie //Spawn this one only if you're looking for a bad time. Not friendly. name = "otie" desc = "The classic bioengineered longdog." + tt_desc = "Canis otis" icon = 'icons/mob/vore64x32.dmi' icon_state = "otie" icon_living = "otie" diff --git a/code/modules/mob/living/simple_animal/vore/panther.dm b/code/modules/mob/living/simple_animal/vore/panther.dm index f22fd275a1..3e723e68fc 100644 --- a/code/modules/mob/living/simple_animal/vore/panther.dm +++ b/code/modules/mob/living/simple_animal/vore/panther.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/hostile/panther name = "panther" desc = "Runtime's larger, less cuddly cousin." + tt_desc = "Panthera pardus" icon = 'icons/mob/vore64x64.dmi' icon_state = "panther" icon_living = "panther" diff --git a/code/modules/mob/living/simple_animal/vore/wah.dm b/code/modules/mob/living/simple_animal/vore/wah.dm index b0fd4887bf..316441edd7 100644 --- a/code/modules/mob/living/simple_animal/vore/wah.dm +++ b/code/modules/mob/living/simple_animal/vore/wah.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/wah name = "red panda" desc = "It's a wah! Beware of doom pounce!" + tt_desc = "Ailurus fulgens" icon = 'icons/mob/vore.dmi' icon_state = "wah" icon_living = "wah" @@ -39,6 +40,7 @@ /mob/living/simple_animal/wah/fae name = "dark wah" desc = "Ominous, but still cute!" + tt_desc = "Ailurus brattus" icon_state = "wah_fae" icon_living = "wah_fae" diff --git a/code/modules/mob/living/simple_animal/vore/wolf.dm b/code/modules/mob/living/simple_animal/vore/wolf.dm index e503847030..fe3a970ac0 100644 --- a/code/modules/mob/living/simple_animal/vore/wolf.dm +++ b/code/modules/mob/living/simple_animal/vore/wolf.dm @@ -1,6 +1,7 @@ /mob/living/simple_animal/hostile/wolf name = "grey wolf" desc = "My, what big jaws it has!" + tt_desc = "Canis lupus" icon = 'icons/mob/vore.dmi' icon_dead = "wolf-dead" icon_living = "wolf"