diff --git a/code/modules/mob/new_player/sprite_accessories/ipc/ipc_face.dm b/code/modules/mob/new_player/sprite_accessories/ipc/ipc_face.dm index b022faf07a3b8..91e8c5a99e7d8 100644 --- a/code/modules/mob/new_player/sprite_accessories/ipc/ipc_face.dm +++ b/code/modules/mob/new_player/sprite_accessories/ipc/ipc_face.dm @@ -2,7 +2,7 @@ icon = 'icons/mob/sprite_accessories/ipc/ipc_face.dmi' species_allowed = list("Machine") glasses_over = 1 - models_allowed = list("Bishop Cybernetics mtr.", "Hesphiastos Industries mtr.", "Morpheus Cyberkinetics", "Ward-Takahashi mtr.", "Xion Manufacturing Group mtr.", "Shellguard Munitions Monitor Series") + models_allowed = list("Bishop Cybernetics mtr.", "Hephaestus Industries mtr.", "Morpheus Cyberkinetics", "Ward-Takahashi mtr.", "Xion Manufacturing Group mtr.", "Shellguard Munitions Monitor Series") /datum/sprite_accessory/hair/ipc/ipc_screen_blank name = "Blank IPC Screen" @@ -104,38 +104,38 @@ name = "Waiting IPC screen" icon_state = "waiting" -/datum/sprite_accessory/hair/ipc/hesphiastos_alt_off - name = "Dark Hesphiastos Screen" +/datum/sprite_accessory/hair/ipc/hephaestus_alt_off + name = "Dark Hephaestus Screen" icon_state = "off" - models_allowed = list("Hesphiastos Industries alt.") + models_allowed = list("Hephaestus Industries alt.") -/datum/sprite_accessory/hair/ipc/hesphiastos_alt_pink - name = "Pink Hesphiastos Screen" +/datum/sprite_accessory/hair/ipc/hephaestus_alt_pink + name = "Pink Hephaestus Screen" icon_state = "pink_hesp_alt" - models_allowed = list("Hesphiastos Industries alt.") + models_allowed = list("Hephaestus Industries alt.") -/datum/sprite_accessory/hair/ipc/hesphiastos_alt_orange - name = "Orange Hesphiastos Screen" +/datum/sprite_accessory/hair/ipc/hephaestus_alt_orange + name = "Orange Hephaestus Screen" icon_state = "orange_hesp_alt" - models_allowed = list("Hesphiastos Industries alt.") + models_allowed = list("Hephaestus Industries alt.") -/datum/sprite_accessory/hair/ipc/hesphiastos_alt_goggle - name = "Goggles Hesphiastos Screen" +/datum/sprite_accessory/hair/ipc/hephaestus_alt_goggle + name = "Goggles Hephaestus Screen" icon_state = "goggles_hesp_alt" - models_allowed = list("Hesphiastos Industries alt.") + models_allowed = list("Hephaestus Industries alt.") -/datum/sprite_accessory/hair/ipc/hesphiastos_alt_scroll - name = "Scrolling Hesphiastos Screen" +/datum/sprite_accessory/hair/ipc/hephaestus_alt_scroll + name = "Scrolling Hephaestus Screen" icon_state = "scroll_hesp_alt" - models_allowed = list("Hesphiastos Industries alt.") + models_allowed = list("Hephaestus Industries alt.") -/datum/sprite_accessory/hair/ipc/hesphiastos_alt_rgb - name = "RGB Hesphiastos Screen" +/datum/sprite_accessory/hair/ipc/hephaestus_alt_rgb + name = "RGB Hephaestus Screen" icon_state = "rgb_hesp_alt" - models_allowed = list("Hesphiastos Industries alt.") + models_allowed = list("Hephaestus Industries alt.") -/datum/sprite_accessory/hair/ipc/hesphiastos_alt_rainbow - name = "Rainbow Hesphiastos Screen" +/datum/sprite_accessory/hair/ipc/hephaestus_alt_rainbow + name = "Rainbow Hephaestus Screen" icon_state = "rainbow_hesp_alt" - models_allowed = list("Hesphiastos Industries alt.") + models_allowed = list("Hephaestus Industries alt.") diff --git a/code/modules/mob/new_player/sprite_accessories/ipc/ipc_optics.dm b/code/modules/mob/new_player/sprite_accessories/ipc/ipc_optics.dm index c1278ca477cae..ad5177b67cbce 100644 --- a/code/modules/mob/new_player/sprite_accessories/ipc/ipc_optics.dm +++ b/code/modules/mob/new_player/sprite_accessories/ipc/ipc_optics.dm @@ -3,7 +3,7 @@ name = "Humanoid Optics" species_allowed = list("Machine") icon_state = "optics" - models_allowed = list("Bishop Cybernetics", "Hesphiastos Industries", "Ward-Takahashi", "Xion Manufacturing Group", "Zeng-Hu Pharmaceuticals") //Should be the same as the manufacturing company of the limb in robolimbs.dm + models_allowed = list("Bishop Cybernetics", "Hephaestus Industries", "Ward-Takahashi", "Xion Manufacturing Group", "Zeng-Hu Pharmaceuticals") //Should be the same as the manufacturing company of the limb in robolimbs.dm /datum/sprite_accessory/body_markings/head/optics/bishop_alt name = "Bishop Alt. Optics" diff --git a/code/modules/surgery/organs/robolimbs.dm b/code/modules/surgery/organs/robolimbs.dm index 28b257a35d409..6866578b0efa4 100644 --- a/code/modules/surgery/organs/robolimbs.dm +++ b/code/modules/surgery/organs/robolimbs.dm @@ -35,24 +35,24 @@ GLOBAL_DATUM(basic_robolimb, /datum/robolimb) selectable = 0 has_subtypes = null -/datum/robolimb/hesphiastos - company = "Hesphiastos Industries" +/datum/robolimb/hephaestus + company = "Hephaestus Industries" desc = "This limb has a militaristic black and green casing with gold stripes." - icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_main.dmi' - sprite_sheets = list("Vox" = 'icons/mob/human_races/vox/cyberlimbs/hesphiastos.dmi') + icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_main.dmi' + sprite_sheets = list("Vox" = 'icons/mob/human_races/vox/cyberlimbs/hephaestus.dmi') has_subtypes = 1 -/datum/robolimb/hesphiastos/alt1 - company = "Hesphiastos Industries alt." - icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_alt1.dmi' +/datum/robolimb/hephaestus/alt1 + company = "Hephaestus Industries alt." + icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_alt1.dmi' parts = list("head") is_monitor = 1 selectable = 0 has_subtypes = null -/datum/robolimb/hesphiastos/monitor - company = "Hesphiastos Industries mtr." - icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_monitor.dmi' +/datum/robolimb/hephaestus/monitor + company = "Hephaestus Industries mtr." + icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_monitor.dmi' parts = list("head") is_monitor = 1 selectable = 0 diff --git a/icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_alt1.dmi b/icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_alt1.dmi similarity index 100% rename from icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_alt1.dmi rename to icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_alt1.dmi diff --git a/icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_main.dmi b/icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_main.dmi similarity index 100% rename from icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_main.dmi rename to icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_main.dmi diff --git a/icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_monitor.dmi b/icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_monitor.dmi similarity index 100% rename from icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_monitor.dmi rename to icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_monitor.dmi diff --git a/icons/mob/human_races/vox/cyberlimbs/hesphiastos.dmi b/icons/mob/human_races/vox/cyberlimbs/hephaestus.dmi similarity index 100% rename from icons/mob/human_races/vox/cyberlimbs/hesphiastos.dmi rename to icons/mob/human_races/vox/cyberlimbs/hephaestus.dmi