diff --git a/code/modules/unit_tests/screenshots/screenshot_antag_icons_bloodbrother.png b/code/modules/unit_tests/screenshots/screenshot_antag_icons_bloodbrother.png index b8323a4269c..8ed9aa818f6 100644 Binary files a/code/modules/unit_tests/screenshots/screenshot_antag_icons_bloodbrother.png and b/code/modules/unit_tests/screenshots/screenshot_antag_icons_bloodbrother.png differ diff --git a/code/modules/unit_tests/screenshots/screenshot_humanoids__datum_species_moth.png b/code/modules/unit_tests/screenshots/screenshot_humanoids__datum_species_moth.png index 355b74df6ac..b5fddcd51cb 100644 Binary files a/code/modules/unit_tests/screenshots/screenshot_humanoids__datum_species_moth.png and b/code/modules/unit_tests/screenshots/screenshot_humanoids__datum_species_moth.png differ diff --git a/modular_skyrat/modules/bodyparts/code/moth_bodyparts.dm b/modular_zubbers/code/modules/bodyparts/code/moth_bodyparts.dm similarity index 94% rename from modular_skyrat/modules/bodyparts/code/moth_bodyparts.dm rename to modular_zubbers/code/modules/bodyparts/code/moth_bodyparts.dm index 662ca676ad5..07187386e6c 100644 --- a/modular_skyrat/modules/bodyparts/code/moth_bodyparts.dm +++ b/modular_zubbers/code/modules/bodyparts/code/moth_bodyparts.dm @@ -4,7 +4,7 @@ icon_state = "moth_head_m" limb_id = SPECIES_MOTH is_dimorphic = TRUE - head_flags = HEAD_HAIR|HEAD_FACIAL_HAIR|HEAD_LIPS|HEAD_EYESPRITES|HEAD_EYEHOLES|HEAD_DEBRAIN //what the fuck, moths have lips? + head_flags = HEAD_HAIR|HEAD_FACIAL_HAIR|HEAD_LIPS|HEAD_EYESPRITES|HEAD_EYEHOLES|HEAD_DEBRAIN|HEAD_EYECOLOR //what the fuck, moths have lips? teeth_count = 0 /obj/item/bodypart/chest/moth diff --git a/modular_zubbers/code/modules/surgery/organs/internal/eyes/_eyes.dm b/modular_zubbers/code/modules/surgery/organs/internal/eyes/_eyes.dm index a5e491cbeca..a3fb4a92e4a 100644 --- a/modular_zubbers/code/modules/surgery/organs/internal/eyes/_eyes.dm +++ b/modular_zubbers/code/modules/surgery/organs/internal/eyes/_eyes.dm @@ -24,3 +24,10 @@ to_chat(user, span_notice("Changing Eye Color: Pressing 'Cancel' or closing out the window will return the eye's current color.")) eye_color_left = tgui_color_picker(user, "Pick a new color", "Left Eye Color", eye_color_left) eye_color_right = tgui_color_picker(user, "Pick a new color", "Right Eye Color", eye_color_right) + +/obj/item/organ/eyes/moth + eye_icon_state = "motheyes_white" +/obj/item/organ/eyes/robotic/moth + eye_icon_state = "motheyes_white" +/obj/item/organ/eyes/robotic/glow/moth + eye_icon_state = "motheyes_white" diff --git a/tgstation.dme b/tgstation.dme index 15604ac799f..a9295da399e 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -7514,7 +7514,6 @@ #include "modular_skyrat\modules\bodyparts\code\insect_bodyparts.dm" #include "modular_skyrat\modules\bodyparts\code\lizard_bodyparts.dm" #include "modular_skyrat\modules\bodyparts\code\luminescent_bodyparts.dm" -#include "modular_skyrat\modules\bodyparts\code\moth_bodyparts.dm" #include "modular_skyrat\modules\bodyparts\code\mushperson_bodyparts.dm" #include "modular_skyrat\modules\bodyparts\code\parts.dm" #include "modular_skyrat\modules\bodyparts\code\podperson_bodyparts.dm" @@ -9266,6 +9265,7 @@ #include "modular_zubbers\code\modules\blooper\atoms_movable.dm" #include "modular_zubbers\code\modules\blooper\bark.dm" #include "modular_zubbers\code\modules\blooper\bark_list.dm" +#include "modular_zubbers\code\modules\bodyparts\code\moth_bodyparts.dm" #include "modular_zubbers\code\modules\borer_hud\borer.dm" #include "modular_zubbers\code\modules\bow_adjustments\arrow.dm" #include "modular_zubbers\code\modules\bow_adjustments\bow.dm"