Skip to content

Commit

Permalink
bugfix: Hesphiastos Titan Enforcer IPC monitor fix (#6173)
Browse files Browse the repository at this point in the history
  • Loading branch information
userbaza authored Nov 17, 2024
1 parent 0d08a73 commit 233426f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/mob/new_player/sprite_accessories/ipc/ipc_face.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,32 +104,32 @@
/datum/sprite_accessory/hair/ipc/hesphiastos_alt_pink
name = "Pink Hesphiastos Screen"
icon_state = "pink_hesp_alt"
models_allowed = list("Industrial Revolution")
models_allowed = list("Titan Enforcer")

/datum/sprite_accessory/hair/ipc/hesphiastos_alt_orange
name = "Orange Hesphiastos Screen"
icon_state = "orange_hesp_alt"
models_allowed = list("Industrial Revolution")
models_allowed = list("Titan Enforcer")

/datum/sprite_accessory/hair/ipc/hesphiastos_alt_goggle
name = "Goggles Hesphiastos Screen"
icon_state = "goggles_hesp_alt"
models_allowed = list("Industrial Revolution")
models_allowed = list("Titan Enforcer")

/datum/sprite_accessory/hair/ipc/hesphiastos_alt_scroll
name = "Scrolling Hesphiastos Screen"
icon_state = "scroll_hesp_alt"
models_allowed = list("Industrial Revolution")
models_allowed = list("Titan Enforcer")

/datum/sprite_accessory/hair/ipc/hesphiastos_alt_rgb
name = "RGB Hesphiastos Screen"
icon_state = "rgb_hesp_alt"
models_allowed = list("Industrial Revolution")
models_allowed = list("Titan Enforcer")

/datum/sprite_accessory/hair/ipc/hesphiastos_alt_rainbow
name = "Rainbow Hesphiastos Screen"
icon_state = "rainbow_hesp_alt"
models_allowed = list("Industrial Revolution")
models_allowed = list("Titan Enforcer")

//Fluff
/datum/sprite_accessory/hair/ipc/fluff
Expand Down

0 comments on commit 233426f

Please sign in to comment.