diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 230eca4cdf..592114f73f 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -307,10 +307,30 @@ icon_state = "hair_e" gender = MALE // turnoff! - bald name = "Bald" icon_state = "bald" + + icp_screen_pink + name = "pink IPC screen" + icon_state = "ipc_pink" + species_allowed = list("Machine") + + icp_screen_red + name = "red IPC screen" + icon_state = "ipc_red" + species_allowed = list("Machine") + + icp_screen_green + name = "green IPC screen" + icon_state = "ipc_green" + species_allowed = list("Machine") + + icp_screen_blue + name = "blue IPC screen" + icon_state = "ipc_blue" + species_allowed = list("Machine") + /* /////////////////////////////////// / =---------------------------= / @@ -328,7 +348,7 @@ name = "Shaved" icon_state = "bald" gender = NEUTER - species_allowed = list("Human","Unathi","Tajaran","Skrell","Vox") + species_allowed = list("Human","Unathi","Tajaran","Skrell","Vox","Machine") watson name = "Watson Mustache" @@ -623,4 +643,4 @@ name = "Default skrell skin" icon_state = "default" icon = 'icons/mob/human_races/r_skrell.dmi' - species_allowed = list("Skrell") + species_allowed = list("Skrell") \ No newline at end of file diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi index 1af9e65c5c..d73abf05c9 100644 Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ