Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zhenkov legsssss #306

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GLOBAL_LIST_INIT(frame_types, list(
"xmg_one",
"xmg_two",
"zhp",
"zhenkov",
"zhenkovdark"
))

// What will be showed in the drop-down
Expand All @@ -38,6 +40,8 @@ GLOBAL_LIST_INIT(frame_type_names, list(
"xmg_one" = "Xion Manufacturing Group",
"xmg_two" = "Xion Manufacturing Group 2.0",
"zhp" = "Zeng-Hu Pharmaceuticals",
"zhenkov" = "Zhenkov & Co. Foundries",
"zhenkovdark" = "Zhenkov & Co. Foundries - At Night"
))

/datum/species/regenerate_organs(mob/living/carbon/target, datum/species/old_species, replace_current = TRUE, list/excluded_zones, visual_only = FALSE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,44 @@
icon_state = "human_like_r_leg"
limb_id = "human_like"

///
// zhenkov-light
///
/obj/item/bodypart/leg/right/robot/android/zhenkov
should_draw_greyscale = FALSE
icon_static = ANDROID_BODYPARTS_DMI
icon = ANDROID_BODYPARTS_DMI
icon_greyscale = ANDROID_BODYPARTS_DMI
icon_state = "zhenkov_r_leg"
limb_id = "zhenkov"

/obj/item/bodypart/leg/left/robot/android/zhenkov
should_draw_greyscale = FALSE
icon_static = ANDROID_BODYPARTS_DMI
icon = ANDROID_BODYPARTS_DMI
icon_greyscale = ANDROID_BODYPARTS_DMI
icon_state = "zhenkov_r_leg"
limb_id = "zhenkov"

///
// zhenkov-dark
///
/obj/item/bodypart/leg/right/robot/android/zhenkovdark
should_draw_greyscale = FALSE
icon_static = ANDROID_BODYPARTS_DMI
icon = ANDROID_BODYPARTS_DMI
icon_greyscale = ANDROID_BODYPARTS_DMI
icon_state = "zhenkovdark_r_leg"
limb_id = "zhenkovdark"

/obj/item/bodypart/leg/left/robot/android/zhenkovdark
should_draw_greyscale = FALSE
icon_static = ANDROID_BODYPARTS_DMI
icon = ANDROID_BODYPARTS_DMI
icon_greyscale = ANDROID_BODYPARTS_DMI
icon_state = "zhenkovdark_r_leg"
limb_id = "zhenkovdark"

#undef HEAD_MONITOR_FACE
#undef ANDROID_BODYPARTS_DMI

Expand Down
Binary file not shown.
Loading