From d2af90b65ae26bc690482fbebb371e11ed79222c Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Fri, 25 Jun 2021 15:59:47 -0600 Subject: [PATCH] Very Minor Continuation of Drag Tracks and Footwraps (#12080) --- code/modules/clothing/shoes/xeno/tajara.dm | 1 + html/changelogs/wickedcybs_wrap.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/wickedcybs_wrap.yml diff --git a/code/modules/clothing/shoes/xeno/tajara.dm b/code/modules/clothing/shoes/xeno/tajara.dm index efc4c83bd6e..56d9a4e0425 100644 --- a/code/modules/clothing/shoes/xeno/tajara.dm +++ b/code/modules/clothing/shoes/xeno/tajara.dm @@ -7,6 +7,7 @@ body_parts_covered = FEET|LEGS species_restricted = list(BODYTYPE_TAJARA) contained_sprite = TRUE + move_trail = null desc_fluff = "Today the fashion that dominates Adhomai shares few similarities to the clothing of old Furs, linen, hemp, silk and other such fabrics were traded for \ synthetic versions, creating a massive boom in the nylon industry and textile industry in the cities. Jeans, overcoats, army uniforms, parade uniforms, flags, pants, shirts, ties, \ suspenders, overalls are now the fashion of every Tajara from Nal'Tor to Kaltir. The protests of \"Old fashion\" supporters can't stand against how undeniably effective and cheap \ diff --git a/html/changelogs/wickedcybs_wrap.yml b/html/changelogs/wickedcybs_wrap.yml new file mode 100644 index 00000000000..61b56cddead --- /dev/null +++ b/html/changelogs/wickedcybs_wrap.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - tweak: "Rest of the footwraps should no longer leave shoe/boot prints, just the default footprints." \ No newline at end of file