diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index 0adbb76794..0cdc0cfee0 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -357,6 +357,11 @@ **Link:** https://github.com/VOREStation/VOREStation/pull/10476 - https://github.com/TS-Rogue-Star/Rogue-Star/pull/702
**License:** Licensed for use by VOREStation, Rogue Star, and their downstreams; unlicensed for further use without permission of copyright holder

+digi-inner-thighs +**File:** icons/mob/digi_inner-[r/l]_leg.dmi
+**Creator:** SpringSkipper
+**Link:** https://github.com/VOREStation/VOREStation/pull/16881
+======= **File:** `icons/obj/doc_printer_mod_[pre / _post / printing / ejecting].dmi`
**Creator:** spacemanjim (AKA: MAK)
**Link:** https://github.com/VOREStation/VOREStation/pull/15552
diff --git a/code/modules/mob/new_player/sprite_accessories_extra.dm b/code/modules/mob/new_player/sprite_accessories_extra.dm index 039d384953..f969a25613 100644 --- a/code/modules/mob/new_player/sprite_accessories_extra.dm +++ b/code/modules/mob/new_player/sprite_accessories_extra.dm @@ -71,3 +71,11 @@ color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) sorting_group = MARKINGS_HEAD + +//RS Edit start || Ports VOREStation PR16881, digitigrade inner thighs +/datum/sprite_accessory/marking/digi/inner_thigh + name = "inner thighs (digitigrade)" + icon_state = "digi_inner" + color_blend_mode = ICON_MULTIPLY + body_parts = list(BP_L_LEG,BP_R_LEG) +//RS Edit end diff --git a/icons/mob/human_races/markings_digi.dmi b/icons/mob/human_races/markings_digi.dmi index c9f504c584..0b684d4325 100644 Binary files a/icons/mob/human_races/markings_digi.dmi and b/icons/mob/human_races/markings_digi.dmi differ