Additional void/rig suit sprites with tails!

Also, fixed wagging animation. minimum required number of animations is
10, starting from 0. so I just copied and renamed 9 more 1-9 to get
tails to work. hooray.
This commit is contained in:
Poojawa
2016-05-25 10:48:04 -05:00
parent 531f03b5f1
commit a37fe84539
6 changed files with 7 additions and 3 deletions
@@ -11,6 +11,8 @@
"Vulpkanin" = 'icons/mob/species/vulpkanin/helmet.dmi'
)
sprite_sheets_refit = list(
"Vulpkanin" = 'icons/mob/species/vulpkanin/helmet.dmi')
/obj/item/clothing/suit/space/void
@@ -24,4 +26,7 @@
"Flatland Zorren" = 'icons/mob/species/fennec/suit_vr.dmi',
"Highlander Zorren" = 'icons/mob/species/fox/suit_vr.dmi',
"Vulpkanin" = 'icons/mob/species/vulpkanin/suit.dmi'
)
)
sprite_sheets_refit = list(
"Vulpkanin" = 'icons/mob/species/vulpkanin/helmet.dmi')
@@ -227,8 +227,7 @@
language = "Canilunzt"
primitive_form = "Wolpin"
tail = "vulptail"
// tail_animation = 'icons/mob/species/vulpkanin/tail.dmi' // this will need to be changed.
icobase_tail = 1
tail_animation = 'icons/mob/species/vulpkanin/tail.dmi' // probably need more than just one of each, but w/e
unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/claws, /datum/unarmed_attack/bite/sharp)
darksight = 5 //worse than cats, but better than lizards. -- Poojawa
gluttonous = 1
Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 10 KiB