This commit is contained in:
Greenjoe12345
2023-08-29 15:30:48 +01:00
parent 21c2fd9a8a
commit 6a027c6e8a
6 changed files with 15 additions and 15 deletions
@@ -1,6 +1,6 @@
/datum/species/teshari
name = SPECIES_TESHARI
name_plural = "Tesharii"
name_plural = "Teshari"
blurb = "A race of feathered raptors who developed alongside the Skrell, inhabiting \
the polar tundral regions outside of Skrell territory. Extremely fragile, they developed \
hunting skills that emphasized taking out their prey without themselves getting hit. They \
+4 -4
View File
@@ -671,8 +671,8 @@ var/global/list/ai_verbs_default = list(
"female unathi",
"male tajaran",
"female tajaran",
"male tesharii",
"female tesharii",
"male teshari",
"female teshari",
"male skrell",
"female skrell"
)
@@ -716,9 +716,9 @@ var/global/list/ai_verbs_default = list(
holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holotajm"))
if("female tajaran")
holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holotajf"))
if("male tesharii")
if("male teshari")
holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holotesm"))
if("female tesharii")
if("female teshari")
holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holotesf"))
if("male skrell")
holo_icon = getHologramIcon(icon('icons/mob/AI.dmi',"holoskrm"))