mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
VS: Changes for tooltips
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user