New Bug Taur variants (#4335)

## About The Pull Request
Adds two new buglike taur sprites, generic insect and generic insect
with wings!
## Why It's Good For The Game
More character options. More bugs!
## Proof Of Testing
Compiled, spawned in as a bug and walked around a bit, messed around
with coloring options.
<details>
<summary>Screenshots/Videos</summary>
<img width="195" height="180" alt="bugtaur1"
src="https://github.com/user-attachments/assets/a8fc7ac1-05af-44ab-a4a5-0c474b6b7540"
/>
<img width="195" height="185" alt="bugtaur2"
src="https://github.com/user-attachments/assets/3acf3bd0-0cb5-4c9b-a68f-58b0cb3993a1"
/>
<img width="188" height="181" alt="bugtaur3"
src="https://github.com/user-attachments/assets/2bd4cf0b-28c2-4869-9239-4fabaaf8e493"
/>
<img width="243" height="214" alt="bugtaur4"
src="https://github.com/user-attachments/assets/96f7b57b-fc73-4b2c-9613-d11acf5247be"
/>
<img width="210" height="187" alt="bugtaur5"
src="https://github.com/user-attachments/assets/7cbc063b-e52a-46d5-8654-3c0ac2ce5c0f"
/>
</details>


## Changelog
🆑

image: Added two new taur variants, Insect and Winged Insect

/🆑
This commit is contained in:
ExusA
2025-08-07 10:49:02 -04:00
committed by GitHub
parent a5d52c439b
commit 3bfd78beba
2 changed files with 12 additions and 0 deletions
@@ -129,6 +129,18 @@
icon_state = "drider"
organ_type = /obj/item/organ/taur_body/spider
/datum/sprite_accessory/taur/insect
name = "Insect"
icon_state = "ant"
organ_type = /obj/item/organ/taur_body/spider
icon = 'modular_zubbers/icons/customization/taur.dmi'
/datum/sprite_accessory/taur/wingedinsect
name = "Winged Insect"
icon_state = "antwings"
organ_type = /obj/item/organ/taur_body/spider
icon = 'modular_zubbers/icons/customization/taur.dmi'
/datum/sprite_accessory/taur/eevee
name = "Eevee"
icon_state = "eevee"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB