hephaestus (#28474)

This commit is contained in:
PopeDaveThe3th
2025-03-05 15:35:13 -05:00
committed by GitHub
parent a65b047598
commit 0c94b123e0
7 changed files with 33 additions and 33 deletions
@@ -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.")
@@ -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"
+10 -10
View File
@@ -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