Added drakies

Done, problably
This commit is contained in:
tyger
2021-01-03 02:24:30 +01:00
parent e2bcc6d3fa
commit fd9ae3d4ca
4 changed files with 19 additions and 6 deletions
+6
View File
@@ -56,6 +56,12 @@
/obj/item/toy/plushie/borgplushie/scrubpuppy
icon_state = "scrubpuppy"
/obj/item/toy/plushie/borgplushie/drakiesec
icon_state = "secdrake"
/obj/item/toy/plushie/borgplushie/drakiemed
icon_state = "meddrake"
/obj/item/toy/plushie/foxbear
name = "toy fox"
desc = "Issa fox!"
@@ -167,7 +167,8 @@
"K9 Alternative" = "k92",
"Secborg model V-2" = "secborg",
"Borgi" = "borgi-sec",
"Otieborg" = "oties"
"Otieborg" = "oties",
"Drake" = "drakesec"
)
channels = list("Security" = 1)
networks = list(NETWORK_SECURITY)
@@ -243,7 +244,8 @@
"Medical Hound" = "medihound",
"Dark Medical Hound (Static)" = "medihounddark",
"Mediborg model V-2" = "vale",
"Borgi" = "borgi-medi"
"Borgi" = "borgi-medi",
"Drake" = "drakemed"
)
/obj/item/weapon/robot_module/robot/medihound/New(var/mob/living/silicon/robot/R)
@@ -352,7 +354,8 @@
sprites = list(
"Custodial Hound" = "scrubpup",
"Borgi" = "borgi-jani",
"Otieborg" = "otiej"
"Otieborg" = "otiej",
"Drake" = "drakejanit"
)
channels = list("Service" = 1)
pto_type = PTO_CIVILIAN
@@ -437,7 +440,8 @@
"Research Hound" = "science",
"Borgi" = "borgi-sci",
"SciHound" = "scihound",
"SciHoundDark" = "scihounddark"
"SciHoundDark" = "scihounddark",
"Drake" = "drakesci"
)
channels = list("Science" = 1)
pto_type = PTO_SCIENCE
@@ -512,7 +516,8 @@
"Borgi" = "borgi-eng",
"V2 Engidog" = "thottbot",
"EngiHound" = "engihound",
"EngiHoundDark" = "engihounddark"
"EngiHoundDark" = "engihounddark",
"Drake" = "drakeeng"
)
channels = list("Engineering" = 1)
networks = list(NETWORK_ENGINEERING)
@@ -662,6 +667,7 @@
"Pinkhound" = "k69",
"ServicehoundV2" = "serve2",
"ServicehoundV2 Darkmode" = "servedark",
"Drake" = "drakemine"
)
channels = list("Service" = 1)
pto_type = PTO_CIVILIAN
@@ -733,7 +739,8 @@
sprites = list(
"KMine" = "kmine",
"CargoHound" = "cargohound",
"CargoHoundDark" = "cargohounddark"
"CargoHoundDark" = "cargohounddark",
"Drake" = "drakemine"
)
channels = list("Supply" = 1)
pto_type = PTO_CARGO
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB