Skip to content

Commit 0c94b12

Browse files
hephaestus (ParadiseSS13#28474)
1 parent a65b047 commit 0c94b12

File tree

7 files changed

+33
-33
lines changed

7 files changed

+33
-33
lines changed

code/modules/mob/new_player/sprite_accessories/ipc/ipc_face.dm

+22-22
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
icon = 'icons/mob/sprite_accessories/ipc/ipc_face.dmi'
33
species_allowed = list("Machine")
44
glasses_over = 1
5-
models_allowed = list("Bishop Cybernetics mtr.", "Hesphiastos Industries mtr.", "Morpheus Cyberkinetics", "Ward-Takahashi mtr.", "Xion Manufacturing Group mtr.", "Shellguard Munitions Monitor Series")
5+
models_allowed = list("Bishop Cybernetics mtr.", "Hephaestus Industries mtr.", "Morpheus Cyberkinetics", "Ward-Takahashi mtr.", "Xion Manufacturing Group mtr.", "Shellguard Munitions Monitor Series")
66

77
/datum/sprite_accessory/hair/ipc/ipc_screen_blank
88
name = "Blank IPC Screen"
@@ -104,38 +104,38 @@
104104
name = "Waiting IPC screen"
105105
icon_state = "waiting"
106106

107-
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_off
108-
name = "Dark Hesphiastos Screen"
107+
/datum/sprite_accessory/hair/ipc/hephaestus_alt_off
108+
name = "Dark Hephaestus Screen"
109109
icon_state = "off"
110-
models_allowed = list("Hesphiastos Industries alt.")
110+
models_allowed = list("Hephaestus Industries alt.")
111111

112-
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_pink
113-
name = "Pink Hesphiastos Screen"
112+
/datum/sprite_accessory/hair/ipc/hephaestus_alt_pink
113+
name = "Pink Hephaestus Screen"
114114
icon_state = "pink_hesp_alt"
115-
models_allowed = list("Hesphiastos Industries alt.")
115+
models_allowed = list("Hephaestus Industries alt.")
116116

117-
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_orange
118-
name = "Orange Hesphiastos Screen"
117+
/datum/sprite_accessory/hair/ipc/hephaestus_alt_orange
118+
name = "Orange Hephaestus Screen"
119119
icon_state = "orange_hesp_alt"
120-
models_allowed = list("Hesphiastos Industries alt.")
120+
models_allowed = list("Hephaestus Industries alt.")
121121

122-
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_goggle
123-
name = "Goggles Hesphiastos Screen"
122+
/datum/sprite_accessory/hair/ipc/hephaestus_alt_goggle
123+
name = "Goggles Hephaestus Screen"
124124
icon_state = "goggles_hesp_alt"
125-
models_allowed = list("Hesphiastos Industries alt.")
125+
models_allowed = list("Hephaestus Industries alt.")
126126

127-
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_scroll
128-
name = "Scrolling Hesphiastos Screen"
127+
/datum/sprite_accessory/hair/ipc/hephaestus_alt_scroll
128+
name = "Scrolling Hephaestus Screen"
129129
icon_state = "scroll_hesp_alt"
130-
models_allowed = list("Hesphiastos Industries alt.")
130+
models_allowed = list("Hephaestus Industries alt.")
131131

132-
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_rgb
133-
name = "RGB Hesphiastos Screen"
132+
/datum/sprite_accessory/hair/ipc/hephaestus_alt_rgb
133+
name = "RGB Hephaestus Screen"
134134
icon_state = "rgb_hesp_alt"
135-
models_allowed = list("Hesphiastos Industries alt.")
135+
models_allowed = list("Hephaestus Industries alt.")
136136

137-
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_rainbow
138-
name = "Rainbow Hesphiastos Screen"
137+
/datum/sprite_accessory/hair/ipc/hephaestus_alt_rainbow
138+
name = "Rainbow Hephaestus Screen"
139139
icon_state = "rainbow_hesp_alt"
140-
models_allowed = list("Hesphiastos Industries alt.")
140+
models_allowed = list("Hephaestus Industries alt.")
141141

code/modules/mob/new_player/sprite_accessories/ipc/ipc_optics.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "Humanoid Optics"
44
species_allowed = list("Machine")
55
icon_state = "optics"
6-
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
6+
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
77

88
/datum/sprite_accessory/body_markings/head/optics/bishop_alt
99
name = "Bishop Alt. Optics"

code/modules/surgery/organs/robolimbs.dm

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,24 @@ GLOBAL_DATUM(basic_robolimb, /datum/robolimb)
3535
selectable = 0
3636
has_subtypes = null
3737

38-
/datum/robolimb/hesphiastos
39-
company = "Hesphiastos Industries"
38+
/datum/robolimb/hephaestus
39+
company = "Hephaestus Industries"
4040
desc = "This limb has a militaristic black and green casing with gold stripes."
41-
icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_main.dmi'
42-
sprite_sheets = list("Vox" = 'icons/mob/human_races/vox/cyberlimbs/hesphiastos.dmi')
41+
icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_main.dmi'
42+
sprite_sheets = list("Vox" = 'icons/mob/human_races/vox/cyberlimbs/hephaestus.dmi')
4343
has_subtypes = 1
4444

45-
/datum/robolimb/hesphiastos/alt1
46-
company = "Hesphiastos Industries alt."
47-
icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_alt1.dmi'
45+
/datum/robolimb/hephaestus/alt1
46+
company = "Hephaestus Industries alt."
47+
icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_alt1.dmi'
4848
parts = list("head")
4949
is_monitor = 1
5050
selectable = 0
5151
has_subtypes = null
5252

53-
/datum/robolimb/hesphiastos/monitor
54-
company = "Hesphiastos Industries mtr."
55-
icon = 'icons/mob/human_races/cyberlimbs/hesphiastos/hesphiastos_monitor.dmi'
53+
/datum/robolimb/hephaestus/monitor
54+
company = "Hephaestus Industries mtr."
55+
icon = 'icons/mob/human_races/cyberlimbs/hephaestus/hephaestus_monitor.dmi'
5656
parts = list("head")
5757
is_monitor = 1
5858
selectable = 0

0 commit comments

Comments
 (0)