[MIRROR] Icons folder cleaning wave two [MDB IGNORE] (#22454)

* Icons folder cleaning wave two

* Merge conflict resolution

* Modular path hell

* hmm

* Update 2022-10.yml

* Another modular thing

---------

Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com>
Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-07-16 00:41:18 -04:00
committed by GitHub
co-authored by YesterdaysPromise Giz
parent 4103df8650
commit 2f552919c1
652 changed files with 843 additions and 809 deletions
@@ -6,7 +6,7 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar
/obj/item/modular_computer
name = "modular microcomputer"
desc = "A small portable microcomputer."
icon = 'icons/obj/computer.dmi'
icon = 'icons/obj/machines/computer.dmi'
icon_state = "laptop"
light_on = FALSE
integrity_failure = 0.5
@@ -1,7 +1,7 @@
/obj/item/computer_disk
name = "data disk"
desc = "Removable disk used to store data."
icon = 'icons/obj/module.dmi'
icon = 'icons/obj/assemblies/module.dmi'
icon_state = "datadisk6"
w_class = WEIGHT_CLASS_TINY
///The amount of storage space is on the disk
@@ -2,7 +2,7 @@
/obj/machinery/modular_computer
name = "modular computer"
desc = "You shouldn't see this. If you do, report it." //they should be examining the processor instead
icon = 'icons/obj/modular_console.dmi'
icon = 'icons/obj/machines/modular_console.dmi'
icon_state = "console"
idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 0.05
density = TRUE