mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
@@ -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"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user