diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index f6a651d88c7..f31c2f37c5d 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -206,9 +206,9 @@ var/global/list/robot_modules = list( subsystems = list(/mob/living/silicon/proc/subsystem_crew_monitor) can_be_pushed = 0 sprites = list( - "Basic" = "robotMedi", - "Classic" = "Medbot", - "Heavy" = "heavyMed", + "Basic" = "robotmedi", + "Classic" = "medbot", + "Heavy" = "heavymed", "Needles" = "medicalrobot", "Standard" = "surgeon", "Advanced Droid - Medical" = "droid-medical", @@ -277,14 +277,14 @@ var/global/list/robot_modules = list( /obj/item/weapon/robot_module/medical/rescue name = "rescue robot module" sprites = list( - "Basic" = "robotMedi", - "Classic" = "Medbot", + "Basic" = "robotmedi", + "Classic" = "medbot", "Standard" = "surgeon", "Advanced Droid" = "droid-rescue", "Sleek" = "sleekrescue", "Needles" = "medicalrobot", "Drone" = "drone-medical", - "Heavy" = "heavyMed" + "Heavy" = "heavymed" ) supported_upgrades = list(/obj/item/robot_parts/robot_component/jetpack) @@ -348,18 +348,18 @@ var/global/list/robot_modules = list( subsystems = list(/mob/living/silicon/proc/subsystem_power_monitor) supported_upgrades = list(/obj/item/robot_parts/robot_component/jetpack) sprites = list( - "Basic" = "robotEngi", + "Basic" = "robotengi", "Antique" = "engineerrobot", "Landmate" = "landmate", "Landmate - Treaded" = "engiborg+tread", "Drone" = "drone-engineer", "Android" = "droid", - "Classic" = "Engineering", + "Classic" = "engineering", "Sleek" = "sleekengineer", "Wide" = "wide", "Spider" = "spidereng", "Plated" = "ceborg", - "Heavy" = "heavyEng" + "Heavy" = "heavyeng" ) supported_upgrades = list(/obj/item/robot_parts/robot_component/jetpack) @@ -522,7 +522,7 @@ var/global/list/robot_modules = list( /obj/item/weapon/robot_module/security/general sprites = list( - "Basic" = "robotSecy", + "Basic" = "robotsecy", "Sleek" = "sleeksecurity", "Black Knight" = "securityrobot", "Bloodhound" = "bloodhound", @@ -531,7 +531,7 @@ var/global/list/robot_modules = list( "Classic" = "secborg", "Wide" = "wide", "Spider" = "spidersec", - "Heavy" = "heavySec" + "Heavy" = "heavysec" ) supported_upgrades = list(/obj/item/robot_parts/robot_component/jetpack) @@ -569,7 +569,7 @@ var/global/list/robot_modules = list( "Mopbot" = "janitorrobot", "Mop Gear Rex" = "mopgearrex", "Drone" = "drone-janitor", - "Classic" = "JanBot2", + "Classic" = "janbot2", "Buffer" = "mechaduster", "Sleek" = "sleekjanitor" ) @@ -609,16 +609,16 @@ var/global/list/robot_modules = list( LANGUAGE_ROOTSONG = 1 ) - sprites = list( "Waitress" = "Service", + sprites = list( "Waitress" = "service", "Kent" = "toiletbot", - "Bro" = "Brobot", + "Bro" = "brobot", "Rich" = "maximillion", "Basic" = "robotserv", "Drone - Service" = "drone-service", "Drone - Hydro" = "drone-hydro", - "Classic" = "Service2", + "Classic" = "service2", "Gardener" = "botany", - "Mobile Bar" = "heavyServ", + "Mobile Bar" = "heavyserv", "Sleek" = "sleekservice" ) @@ -690,10 +690,10 @@ var/global/list/robot_modules = list( "Basic" = "robotMine", "Advanced Droid" = "droid-miner", "Sleek" = "sleekminer", - "Treadhead" = "Miner", + "Treadhead" = "miner", "Drone" = "drone-miner", - "Classic" = "Miner_old", - "Heavy" = "heavyMine", + "Classic" = "miner_old", + "Heavy" = "heavymine", "Spider" = "spidermining" ) supported_upgrades = list(/obj/item/robot_parts/robot_component/jetpack) @@ -720,9 +720,9 @@ var/global/list/robot_modules = list( sprites = list( "Droid" = "droid-science", "Drone" = "drone-science", - "Classic" = "robotJani", + "Classic" = "robotjani", "Sleek" = "sleekscience", - "Heavy" = "heavySci" + "Heavy" = "heavysci" ) /obj/item/weapon/robot_module/research/New() diff --git a/html/changelogs/AgentWhatever-capitalization-fuckup.yml b/html/changelogs/AgentWhatever-capitalization-fuckup.yml new file mode 100644 index 00000000000..c055baa563a --- /dev/null +++ b/html/changelogs/AgentWhatever-capitalization-fuckup.yml @@ -0,0 +1,36 @@ +################################ +# 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 +################################# + +# Your name. +author: AgentWhatever + +# 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: + - bugfix: "Fixed two borg eye sprites never showing because of typos and another basic icon not showing" \ No newline at end of file diff --git a/icons/mob/robots.dmi b/icons/mob/robots.dmi index 7faa533b98b..2cf5fe6cef2 100644 Binary files a/icons/mob/robots.dmi and b/icons/mob/robots.dmi differ