mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Shells and Periphery (#1327)
Adds Shells. Adds tags. Adds IPC subspecies. Adds HK-47's. Does not add IPC construction. Beyond the obvious review of shells, the exact stats of the IPC subspecies need review. They were largely an afterthought, and quickly overshadowed by the shell project.
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
switch(species.name)
|
||||
if("Tajara")
|
||||
bsc()
|
||||
if("Machine")
|
||||
if("Baseline Frame")
|
||||
bsb()
|
||||
if("Diona")
|
||||
bsd()
|
||||
@@ -182,7 +182,7 @@
|
||||
suicide()
|
||||
|
||||
proc/bsb()
|
||||
if(set_species("Machine"))
|
||||
if(set_species("Baseline Frame"))
|
||||
h_style = "blue IPC screen"
|
||||
name = "Bluespace Bot"
|
||||
voice_name = "Bluespace Bot"
|
||||
@@ -258,7 +258,7 @@
|
||||
suicide()
|
||||
|
||||
proc/bsv()
|
||||
if(set_species("Vaurca"))
|
||||
if(set_species("Vaurca Worker"))
|
||||
h_style = "Bald"
|
||||
name = "Bluespace Bug"
|
||||
voice_name = "Bluespace Bug"
|
||||
|
||||
Reference in New Issue
Block a user