mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Colored Robots! (#7331)
This commit is contained in:
@@ -190,6 +190,8 @@ var/global/list/robot_modules = list(
|
||||
can_be_pushed = 0
|
||||
sprites = list(
|
||||
"Basic" = "robotmedi",
|
||||
"Landmate" = "landmatemedi",
|
||||
"Treadmate" = "treadmatemedi",
|
||||
"Classic" = "medbot",
|
||||
"Heavy" = "heavymed",
|
||||
"Needles" = "medicalrobot",
|
||||
@@ -263,6 +265,8 @@ var/global/list/robot_modules = list(
|
||||
name = "rescue robot module"
|
||||
sprites = list(
|
||||
"Basic" = "robotmedi",
|
||||
"Landmate" = "landmatemedi",
|
||||
"Treadmate" = "treadmatemedi",
|
||||
"Classic" = "medbot",
|
||||
"Standard" = "surgeon",
|
||||
"Advanced Droid" = "droid-rescue",
|
||||
@@ -336,9 +340,9 @@ var/global/list/robot_modules = list(
|
||||
supported_upgrades = list(/obj/item/robot_parts/robot_component/jetpack)
|
||||
sprites = list(
|
||||
"Basic" = "robotengi",
|
||||
"Antique" = "engineerrobot",
|
||||
"Landmate" = "landmate",
|
||||
"Landmate - Treaded" = "engiborg+tread",
|
||||
"Treadmate" = "engiborg+tread",
|
||||
"Antique" = "engineerrobot",
|
||||
"Drone" = "drone-engineer",
|
||||
"Android" = "droid",
|
||||
"Classic" = "engineering",
|
||||
@@ -507,6 +511,8 @@ var/global/list/robot_modules = list(
|
||||
networks = list(NETWORK_SERVICE)
|
||||
sprites = list(
|
||||
"Basic" = "robotjani",
|
||||
"Landmate" = "landmatejani",
|
||||
"Treadmate" = "treadmatejani",
|
||||
"Mopbot" = "janitorrobot",
|
||||
"Mop Gear Rex" = "mopgearrex",
|
||||
"Drone" = "drone-janitor",
|
||||
@@ -558,11 +564,14 @@ var/global/list/robot_modules = list(
|
||||
LANGUAGE_YA_SSA = 0
|
||||
)
|
||||
|
||||
sprites = list( "Waitress" = "service",
|
||||
sprites = list(
|
||||
"Basic" = "robotserv",
|
||||
"Landmate" = "landmateserv",
|
||||
"Treadmate" = "treadmateserv",
|
||||
"Waitress" = "service",
|
||||
"Kent" = "toiletbot",
|
||||
"Bro" = "brobot",
|
||||
"Rich" = "maximillion",
|
||||
"Basic" = "robotserv",
|
||||
"Drone - Service" = "drone-service",
|
||||
"Drone - Hydro" = "drone-hydro",
|
||||
"Classic" = "service2",
|
||||
@@ -640,6 +649,8 @@ var/global/list/robot_modules = list(
|
||||
networks = list(NETWORK_MINE)
|
||||
sprites = list(
|
||||
"Basic" = "robotmine",
|
||||
"Landmate" = "landmatemine",
|
||||
"Treadmate" = "treadmatemine",
|
||||
"Advanced Droid" = "droid-miner",
|
||||
"Sleek" = "sleekminer",
|
||||
"Treadhead" = "miner",
|
||||
@@ -671,9 +682,11 @@ var/global/list/robot_modules = list(
|
||||
channels = list("Science" = 1)
|
||||
networks = list(NETWORK_RESEARCH)
|
||||
sprites = list(
|
||||
"Basic" = "robotjani",
|
||||
"Landmate" = "landmatejani",
|
||||
"Treadmate" = "treadmatejani",
|
||||
"Droid" = "droid-science",
|
||||
"Drone" = "drone-science",
|
||||
"Classic" = "robotjani",
|
||||
"Sleek" = "sleekscience",
|
||||
"Heavy" = "heavysci"
|
||||
)
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
################################
|
||||
# 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: "Recolored and added lots of Landmate and Treadmate 'borg sprites, cleaned up the names some."
|
||||
- tweak: "Recolored some basic 'borg sprites."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 344 KiB |
Reference in New Issue
Block a user