Skip to content

Commit

Permalink
TGS Test Merge (#6137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinz authored and Kevinz committed Nov 13, 2023
2 parents b3bc39b + 1d76d12 commit a1f868f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions code/modules/sprite_accessories/markings/synth_stuff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,17 @@
icon_state = "replika"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_L_FOOT)

/datum/sprite_accessory/marking/synth/replika_panels_body
name = "Replikant Paneling - SynthFlesh (body)"
id = "marking_replika_panel_body"
icon_state = "replika"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO)

/datum/sprite_accessory/marking/synth/replika_panels_groin
name = "Replikant Paneling - SynthFlesh (groin)"
id = "marking_replika_panel_groin"
icon_state = "replika"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_GROIN)
Binary file modified icons/mob/sprite_accessories/markings/synth_stuff.dmi
Binary file not shown.

0 comments on commit a1f868f

Please sign in to comment.