[MIRROR] Ports deer tummy (#7955)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-03-13 13:30:25 +01:00
committed by GitHub
co-authored by SatinIsle CHOMPStation2
parent 06164012f5
commit b8570aa178
4 changed files with 21 additions and 2 deletions
+9 -1
View File
@@ -58,4 +58,12 @@
**File:** `icons/obj/pillows.dmi`<br>
**Title:** pillows.dmi<br>
**Creator:** Lamella-0587 (https://github.com/Skyrat-SS13/Skyrat-tg/pull/6740)<br>
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)<br>
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)<br>
<br>
**File:** `icons/mob/vore/taurs_vr_loaf.dmi`and `icons/mob/vore/taurs_vr.dmi`<br>
**Title:** Deer tummy<br>
**Icon-States:** `fatdeer_s` and `fatdeer_markings`<br>
**Creator:** VerySoft (https://github.com/TS-Rogue-Star/Rogue-Star/pull/153)<br>
**URL:** [Website](https://rogue-star.net/)<br>
**License:** [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)<br>
**Notes:** Permission to use assets also given in writing. These new icon-states are modifications of existing icon-states.<br>
@@ -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"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 92 KiB