mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 23:28:10 +01:00
tesharii
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user