Skip to content

Commit

Permalink
Merge pull request #735 from Durandaal/digi-inner-thighs
Browse files Browse the repository at this point in the history
Ports Digitigrade Inner Thighs
  • Loading branch information
Very-Soft authored Jan 12, 2025
2 parents 8b08738 + d330f30 commit aa1972e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ATTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@
**Link:** https://github.com/VOREStation/VOREStation/pull/10476 - https://github.com/TS-Rogue-Star/Rogue-Star/pull/702<br>
**License:** Licensed for use by VOREStation, Rogue Star, and their downstreams; unlicensed for further use without permission of copyright holder<br>
<br>
digi-inner-thighs
**File:** icons/mob/digi_inner-[r/l]_leg.dmi<br>
**Creator:** SpringSkipper<br>
**Link:** https://github.com/VOREStation/VOREStation/pull/16881<br>
=======
**File:** `icons/obj/doc_printer_mod_[pre / _post / printing / ejecting].dmi`<br>
**Creator:** spacemanjim (AKA: MAK) <br>
**Link:** https://github.com/VOREStation/VOREStation/pull/15552<br>
Expand Down
8 changes: 8 additions & 0 deletions code/modules/mob/new_player/sprite_accessories_extra.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified icons/mob/human_races/markings_digi.dmi
Binary file not shown.

0 comments on commit aa1972e

Please sign in to comment.