Added Teshari to merc suit cycler, added Skrellian to Teshari language choices.

This commit is contained in:
Zuhayr
2016-02-06 16:53:22 +10:30
parent f0207c68bb
commit c5a7e859be
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -650,7 +650,7 @@
model_text = "Nonstandard"
req_access = list(access_syndicate)
departments = list("Mercenary")
species = list("Human","Tajara","Skrell","Unathi")
species = list("Human","Tajara","Skrell","Unathi", "Teshari")
can_repair = 1
/obj/machinery/suit_cycler/attack_ai(mob/user as mob)
@@ -762,6 +762,8 @@
//Clear the access reqs, disable the safeties, and open up all paintjobs.
user << "<span class='danger'>You run the sequencer across the interface, corrupting the operating protocols.</span>"
departments = list("Engineering","Mining","Medical","Security","Atmos","^%###^%$")
species -= "Teshari" // Until someone feels like making sprites for them/they are common enough to justify inclusion in the station cyclers.
emagged = 1
safeties = 0
req_access = list()
@@ -4,10 +4,10 @@
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 \
are only recently becoming known in human space after reaching space with Skrell assistance."
are only recently becoming known on human stations after reaching space with Skrell assistance."
num_alternate_languages = 2
secondary_langs = list("Schechi")
secondary_langs = list("Schechi", "Skrellian")
name_language = "Schechi"
blood_color = "#D514F7"