Skip to content

Commit

Permalink
zhenkov legsssss (#306)
Browse files Browse the repository at this point in the history
* bhefhg

* uwa!
  • Loading branch information
CandleJaxx authored Dec 27, 2024
1 parent 8b308f4 commit 23d7996
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
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.

0 comments on commit 23d7996

Please sign in to comment.