mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
tesharii
This commit is contained in:
@@ -688,5 +688,5 @@ Drinks Data
|
||||
/datum/reagent/drink/soda/kiraniade
|
||||
glass_icon_state = "kiraniade"
|
||||
|
||||
/datum/reagent/ethanol/sirisaian_pole
|
||||
glass_icon_state = "sirisaian_pole"
|
||||
/datum/reagent/ethanol/sirisaii_pole
|
||||
glass_icon_state = "sirisaii_pole"
|
||||
@@ -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"))
|
||||
|
||||
@@ -1294,9 +1294,9 @@
|
||||
required_reagents = list("kirani_jelly" = 1, "sodawater" = 2)
|
||||
result_amount = 3
|
||||
|
||||
/decl/chemical_reaction/instant/drinks/sirisaian_pole
|
||||
name = "Sirisaian pole"
|
||||
id = "sirisaian_pole"
|
||||
result = "sirisaian_pole"
|
||||
/decl/chemical_reaction/instant/drinks/sirisaii_pole
|
||||
name = "Sirisaii pole"
|
||||
id = "sirisaii_pole"
|
||||
result = "sirisaii_pole"
|
||||
required_reagents = list("kirani_cider" = 1, "gauli_juice" = 1, "ice" = 1)
|
||||
result_amount = 3
|
||||
@@ -4522,16 +4522,16 @@
|
||||
glass_desc = "Fermented kirani jelly, popular among teshari packs."
|
||||
allergen_type = ALLERGEN_FRUIT //Made from fruit
|
||||
|
||||
/datum/reagent/ethanol/sirisaian_pole
|
||||
name = "Sirisaian pole"
|
||||
id = "sirisaian_pole"
|
||||
/datum/reagent/ethanol/sirisaii_pole
|
||||
name = "Sirisaii pole"
|
||||
id = "sirisaii_pole"
|
||||
description = "Fermented kirani mixed with ga'uli and ice, for a fruity cocktail as cold as Sirisai's poles."
|
||||
taste_description = "chilled, minty, sweet fruit with an alcoholic kick"
|
||||
color = "#993c5c"
|
||||
strength = 10
|
||||
adj_temp = -20
|
||||
targ_temp = 220
|
||||
glass_name = "Sirisaian pole"
|
||||
glass_name = "Sirisaii pole"
|
||||
glass_desc = "Fermented kirani mixed with ga'uli and ice, for a fruity cocktail as cold as Sirisai's poles."
|
||||
allergen_type = ALLERGEN_FRUIT //Made with kirani and ga'uli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user