diff --git a/code/datums/supplypacks/robotics.dm b/code/datums/supplypacks/robotics.dm index a1ded3c528..90d05fbbdc 100644 --- a/code/datums/supplypacks/robotics.dm +++ b/code/datums/supplypacks/robotics.dm @@ -39,7 +39,7 @@ name = "All robolimb blueprints" contains = list( /obj/item/weapon/disk/limb/bishop, - /obj/item/weapon/disk/limb/hephaistos, + /obj/item/weapon/disk/limb/hephaestus, /obj/item/weapon/disk/limb/morpheus, /obj/item/weapon/disk/limb/veymed, /obj/item/weapon/disk/limb/wardtakahashi, @@ -68,11 +68,11 @@ containername = "Robolimb blueprints (Xion)" access = access_robotics -/datum/supply_packs/robotics/robolimbs/ +/datum/supply_packs/robotics/robolimbs/hephaestus name = "Hephaistos robolimb blueprints" - contains = list(/obj/item/weapon/disk/limb/hephaistos) + contains = list(/obj/item/weapon/disk/limb/hephaestus) containertype = /obj/structure/closet/crate/secure/gear - containername = "Robolimb blueprints (Hephaistos)" + containername = "Robolimb blueprints (Hephaestus)" access = access_robotics /datum/supply_packs/robotics/robolimbs/wardtakahashi diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index a07f8bb45a..518b11a521 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -442,6 +442,6 @@ display_name = "outfit, frontier" path = /obj/item/clothing/under/frontier -/datum/gear/uniform/brandsuit/hephaistos - display_name = "jumpsuit, hephaistos" - path = /obj/item/clothing/under/hephaistos \ No newline at end of file +/datum/gear/uniform/brandsuit/hephaestus + display_name = "jumpsuit, hephaestus" + path = /obj/item/clothing/under/hephaestus \ No newline at end of file diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index fbc29fa5ec..96c47d054a 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -681,9 +681,9 @@ icon_state = "focal" worn_state = "focal" -/obj/item/clothing/under/hephaistos - name = "\improper Hephaistos jumpsuit" - desc = "A jumpsuit belonging to Hephaistos Industries, a Trans-Stellar best known for its arms production." +/obj/item/clothing/under/hephaestus + name = "\improper Hephaestus jumpsuit" + desc = "A jumpsuit belonging to Hephaestus Industries, a Trans-Stellar best known for its arms production." icon_state = "heph" worn_state = "heph" diff --git a/code/modules/organs/robolimbs.dm b/code/modules/organs/robolimbs.dm index 760af1a5b4..05e4eaa54d 100644 --- a/code/modules/organs/robolimbs.dm +++ b/code/modules/organs/robolimbs.dm @@ -70,30 +70,30 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\ parts = list(BP_HEAD) monitor_styles = standard_monitor_styles -/datum/robolimb/hephaistos - company = "Hephaistos" +/datum/robolimb/hephaestus + company = "Hephaestus" desc = "This limb has a militaristic black and green casing with gold stripes." - icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_main.dmi' + icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_main.dmi' unavailable_to_build = 1 -/datum/robolimb/hephaistos_alt1 +/datum/robolimb/hephaestus_alt1 company = "Hephaistos - Frontier" - desc = "A rugged prosthetic head featuring the standard Hesphiastos theme, a visor and an external display." - icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_alt1.dmi' + desc = "A rugged prosthetic head featuring the standard Hephaestus theme, a visor and an external display." + icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_alt1.dmi' unavailable_to_build = 1 parts = list(BP_HEAD) - monitor_styles = "blank=hephaistos_alt_off;\ - pink=hephaistos_alt_pink;\ - orange=hephaistos_alt_orange;\ - goggles=hephaistos_alt_goggles;\ - scroll=hephaistos_alt_scroll;\ - rgb=hephaistos_alt_rgb;\ - rainbow=hephaistos_alt_rainbow" + monitor_styles = "blank=hephaestus_alt_off;\ + pink=hephaestus_alt_pink;\ + orange=hephaestus_alt_orange;\ + goggles=hephaestus_alt_goggles;\ + scroll=hephaestus_alt_scroll;\ + rgb=hephaestus_alt_rgb;\ + rainbow=hephaestus_alt_rainbow" /datum/robolimb/hephaistos_monitor - company = "Hephaistos Monitor" - desc = "Hephaistos' unique spin on a popular prosthetic head model. It looks rugged and sturdy." - icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_monitor.dmi' + company = "Hephaestus Monitor" + desc = "Hephaestus' unique spin on a popular prosthetic head model. It looks rugged and sturdy." + icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_monitor.dmi' unavailable_to_build = 1 parts = list(BP_HEAD) monitor_styles = standard_monitor_styles @@ -183,8 +183,8 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\ /obj/item/weapon/disk/limb/bishop company = "Bishop" -/obj/item/weapon/disk/limb/hephaistos - company = "Hephaistos" +/obj/item/weapon/disk/limb/hephaestus + company = "Hephaestus" /obj/item/weapon/disk/limb/morpheus company = "Morpheus" diff --git a/html/changelogs/Anewbe - Hephaistos Industries.yml b/html/changelogs/Anewbe - Hephaestus Industries.yml similarity index 100% rename from html/changelogs/Anewbe - Hephaistos Industries.yml rename to html/changelogs/Anewbe - Hephaestus Industries.yml 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