Skip to content

Commit

Permalink
hephaestus (#28474)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopeDaveThe3th authored Mar 5, 2025
1 parent a65b047 commit 0c94b12
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
44 changes: 22 additions & 22 deletions code/modules/mob/new_player/sprite_accessories/ipc/ipc_face.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.")

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 10 additions & 10 deletions code/modules/surgery/organs/robolimbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c94b12

Please sign in to comment.