mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Spiderborgs roll out! (Animates old sprites and adds new 'borg stuff) (#8384)
This commit is contained in:
@@ -197,9 +197,8 @@ var/global/list/robot_modules = list(
|
||||
"Heph-Droid" = "droidrecolormedi",
|
||||
"HD-MAD" = "mcspizzytronmedi",
|
||||
"SD-MAD" = "floatspizzytronmedi",
|
||||
"Arachnotronic" = "spidermedi",
|
||||
"Arachnotronic" = "arachnotronicmedi",
|
||||
"TC-Drone" = "dronerecolormedi",
|
||||
"Repo-Icarus-Drone" = "repodronemedi",
|
||||
"Unbranded-MAD" = "offfloatspizzytronmedi",
|
||||
"Unbranded-Android" = "droid",
|
||||
)
|
||||
@@ -274,9 +273,8 @@ var/global/list/robot_modules = list(
|
||||
"Heph-Droid" = "droidrecolormedi",
|
||||
"HD-MAD" = "mcspizzytronmedi",
|
||||
"SD-MAD" = "floatspizzytronmedi",
|
||||
"Arachnotronic" = "spidermedi",
|
||||
"Arachnotronic" = "arachnotronicmedi",
|
||||
"TC-Drone" = "dronerecolormedi",
|
||||
"Repo-Icarus-Drone" = "repodronemedi",
|
||||
"Unbranded-MAD" = "offfloatspizzytronmedi",
|
||||
"Unbranded-Android" = "droid",
|
||||
)
|
||||
@@ -352,9 +350,8 @@ var/global/list/robot_modules = list(
|
||||
"Heph-Droid" = "droidrecolorengi",
|
||||
"HD-MAD" = "mcspizzytronengi",
|
||||
"SD-MAD" = "floatspizzytronengi",
|
||||
"Arachnotronic" = "spiderengi",
|
||||
"Arachnotronic" = "arachnotronicengi",
|
||||
"TC-Drone" = "dronerecolorengi",
|
||||
"Repo-Icarus-Drone" = "repodroneengi",
|
||||
"Unbranded-MAD" = "offfloatspizzytronengi",
|
||||
"Unbranded-Android" = "droid",
|
||||
)
|
||||
@@ -528,9 +525,8 @@ var/global/list/robot_modules = list(
|
||||
"Heph-Droid" = "droidrecolorjani",
|
||||
"HD-MAD" = "mcspizzytronjani",
|
||||
"SD-MAD" = "floatspizzytronjani",
|
||||
"Arachnotronic" = "spiderjani",
|
||||
"Arachnotronic" = "arachnotronicjani",
|
||||
"TC-Drone" = "dronerecolorjani",
|
||||
"Repo-Icarus-Drone" = "repodronejani",
|
||||
"Unbranded-MAD" = "offfloatspizzytronjani",
|
||||
"Unbranded-Android" = "droid",
|
||||
)
|
||||
@@ -588,9 +584,8 @@ var/global/list/robot_modules = list(
|
||||
"Heph-Droid" = "droidrecolorserv",
|
||||
"HD-MAD" = "mcspizzytronserv",
|
||||
"SD-MAD" = "floatspizzytronserv",
|
||||
"Arachnotronic" = "spidersci",
|
||||
"Arachnotronic" = "arachnotronicserv",
|
||||
"TC-Drone" = "dronerecolorserv",
|
||||
"Repo-Icarus-Drone" = "repodroneserv",
|
||||
"Unbranded-MAD" = "offfloatspizzytronserv",
|
||||
"Unbranded-Android" = "droid",
|
||||
)
|
||||
@@ -672,9 +667,8 @@ var/global/list/robot_modules = list(
|
||||
"Heph-Droid" = "droidrecolormine",
|
||||
"HD-MAD" = "mcspizzytronmine",
|
||||
"SD-MAD" = "floatspizzytronmine",
|
||||
"Arachnotronic" = "spidermine",
|
||||
"Arachnotronic" = "arachnotronicmine",
|
||||
"TC-Drone" = "dronerecolormine",
|
||||
"Repo-Icarus-Drone" = "repodronemine",
|
||||
"Unbranded-MAD" = "offfloatspizzytronmine",
|
||||
"Unbranded-Android" = "droid",
|
||||
)
|
||||
@@ -711,9 +705,8 @@ var/global/list/robot_modules = list(
|
||||
"Heph-Droid" = "droidrecolorsci",
|
||||
"HD-MAD" = "mcspizzytronsci",
|
||||
"SD-MAD" = "floatspizzytronsci",
|
||||
"Arachnotronic" = "spidersci",
|
||||
"Arachnotronic" = "arachnotronicsci",
|
||||
"TC-Drone" = "dronerecolorsci",
|
||||
"Repo-Icarus-Drone" = "repodronesci",
|
||||
"Unbranded-MAD" = "offfloatspizzytronsci",
|
||||
"Unbranded-Android" = "droid",
|
||||
)
|
||||
@@ -774,7 +767,7 @@ var/global/list/robot_modules = list(
|
||||
"HD-MAD" = "mcspizzytronsyndi",
|
||||
"Industrial" = "heavysyndi",
|
||||
"Heph-Android" = "droid",
|
||||
"Arachnotronic" = "spidersyndi",
|
||||
"Arachnotronic" = "arachnotronicsyndi",
|
||||
"Toileto-tron" = "syndi-medi",
|
||||
)
|
||||
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Chada-1
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- imageadd: "Added the new 'Arachnotronic' sprite line to replace the old spiderborg sprites, the alpha and omega of the Spider Drone series of Synths, for now..."
|
||||
- tweak: "Adjusted all of the old Drone sprites to have really neat new overlays."
|
||||
- rscdel: "Removed the old spiderborg sprite from the available options."
|
||||
- rscdel: "Removed the Repo-Icarus-Drone series by popular request, I guess it really doesn't match the others in quality. :("
|
||||
- imageadd: "Animated *all* of the legacy treaded and spiked 'borg sprites to have a walking animation, it's just like the drones'.."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 436 KiB After Width: | Height: | Size: 506 KiB |
Reference in New Issue
Block a user