diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index ad1401ed82..40f9d1de62 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -58,4 +58,12 @@ **File:** `icons/obj/pillows.dmi`
**Title:** pillows.dmi
**Creator:** Lamella-0587 (https://github.com/Skyrat-SS13/Skyrat-tg/pull/6740)
-**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
\ No newline at end of file +**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
+
+**File:** `icons/mob/vore/taurs_vr_loaf.dmi`and `icons/mob/vore/taurs_vr.dmi`
+**Title:** Deer tummy
+**Icon-States:** `fatdeer_s` and `fatdeer_markings`
+**Creator:** VerySoft (https://github.com/TS-Rogue-Star/Rogue-Star/pull/153)
+**URL:** [Website](https://rogue-star.net/)
+**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
+**Notes:** Permission to use assets also given in writing. These new icon-states are modifications of existing icon-states.
\ No newline at end of file diff --git a/code/modules/mob/new_player/sprite_accessories_taur_vr.dm b/code/modules/mob/new_player/sprite_accessories_taur_vr.dm index dec9e28226..611665f48e 100644 --- a/code/modules/mob/new_player/sprite_accessories_taur_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_taur_vr.dm @@ -266,7 +266,7 @@ icon_sprite_tag = "deer" can_loaf = TRUE icon_loaf = 'icons/mob/vore/taurs_vr_loaf.dmi' - loaf_offset = 6 + loaf_offset = 7 msg_owner_disarm_run = "You quickly push %prey to the ground with your hoof!" msg_prey_disarm_run = "%owner pushes you down to the ground with their hoof!" @@ -283,6 +283,17 @@ msg_owner_grab_fail = "You step down onto %prey, squishing them and forcing them down to the ground!" msg_prey_grab_fail = "%owner steps down and squishes you with their hoof, forcing you down to the ground!" +/datum/sprite_accessory/tail/taur/deer/fatdeer + name = "Fat Deer (Dual-color Taur)" + icon_state = "fatdeer_s" + extra_overlay = "fatdeer_markings" + +/datum/sprite_accessory/tail/taur/deer/deer_wag + name = "Deer vwag (Dual-color, Taur, Fat)" + icon_state = "deer_s" + ani_state = "fatdeer_s" + extra_overlay_w = "fatdeer_markings" + /datum/sprite_accessory/tail/taur/lizard name = "Lizard (Taur)" icon_state = "lizard_s" diff --git a/icons/mob/vore/taurs_vr.dmi b/icons/mob/vore/taurs_vr.dmi index 1a56eb2b31..50941e247e 100644 Binary files a/icons/mob/vore/taurs_vr.dmi and b/icons/mob/vore/taurs_vr.dmi differ diff --git a/icons/mob/vore/taurs_vr_loaf.dmi b/icons/mob/vore/taurs_vr_loaf.dmi index 5ada44b426..8cbfdc581a 100644 Binary files a/icons/mob/vore/taurs_vr_loaf.dmi and b/icons/mob/vore/taurs_vr_loaf.dmi differ