Skip to content

Commit

Permalink
uwa!
Browse files Browse the repository at this point in the history
  • Loading branch information
CandleJaxx committed Dec 27, 2024
1 parent 561ff70 commit 59054a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GLOBAL_LIST_INIT(frame_types, list(
"xmg_one",
"xmg_two",
"zhp",
"zhenkov"
"zhenkov",
"zhenkovdark"
))

Expand All @@ -41,7 +41,7 @@ GLOBAL_LIST_INIT(frame_type_names, list(
"xmg_two" = "Xion Manufacturing Group 2.0",
"zhp" = "Zeng-Hu Pharmaceuticals",
"zhenkov" = "Zhenkov & Co. Foundries",
"zhenkov" = "Zhenkov & Co. Foundries - At Night"
"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 @@ -912,15 +912,15 @@
///
// zhenkov-dark
///
/obj/item/bodypart/leg/right/robot/android/zhenkov
/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/zhenkov
/obj/item/bodypart/leg/left/robot/android/zhenkovdark
should_draw_greyscale = FALSE
icon_static = ANDROID_BODYPARTS_DMI
icon = ANDROID_BODYPARTS_DMI
Expand Down
Binary file not shown.

0 comments on commit 59054a8

Please sign in to comment.