diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 592114f73f..da2d8a8e6f 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -331,6 +331,61 @@ icon_state = "ipc_blue" species_allowed = list("Machine") + icp_screen_breakout + name = "breakout IPC screen" + icon_state = "ipc_breakout" + species_allowed = list("Machine") + + icp_screen_eight + name = "eight IPC screen" + icon_state = "ipc_eight" + species_allowed = list("Machine") + + icp_screen_goggles + name = "goggles IPC screen" + icon_state = "ipc_goggles" + species_allowed = list("Machine") + + icp_screen_heart + name = "heart IPC screen" + icon_state = "ipc_heart" + species_allowed = list("Machine") + + icp_screen_monoeye + name = "monoeye IPC screen" + icon_state = "ipc_monoeye" + species_allowed = list("Machine") + + icp_screen_nature + name = "nature IPC screen" + icon_state = "ipc_nature" + species_allowed = list("Machine") + + icp_screen_orange + name = "orange IPC screen" + icon_state = "ipc_orange" + species_allowed = list("Machine") + + icp_screen_purple + name = "purple IPC screen" + icon_state = "ipc_purple" + species_allowed = list("Machine") + + icp_screen_shower + name = "shower IPC screen" + icon_state = "ipc_shower" + species_allowed = list("Machine") + + icp_screen_static + name = "static IPC screen" + icon_state = "ipc_static" + species_allowed = list("Machine") + + icp_screen_yellow + name = "yellow IPC screen" + icon_state = "ipc_yellow" + species_allowed = list("Machine") + /* /////////////////////////////////// / =---------------------------= / diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index d0c5c1f959..50b164e284 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ