mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Turn Wingler Tail into a Tail Marking
Allows Tajara to use tail markings and turns the wingler tail body accessory into a marking you can colour properly. Keeps some of the original naming to pay homage.
This commit is contained in:
@@ -100,13 +100,6 @@ var/global/list/body_accessory_by_species = list("None" = null)
|
||||
return FALSE
|
||||
|
||||
|
||||
/datum/body_accessory/tail/wingler_tail // Jay wingler fluff tail
|
||||
name = "Striped Tail"
|
||||
|
||||
icon_state = "winglertail"
|
||||
animated_icon_state = "winglertail_a"
|
||||
allowed_species = list("Tajaran")
|
||||
|
||||
/datum/body_accessory/tail/tiny //Pretty ambiguous as to what species it belongs to, tail could've been injured or docked.
|
||||
name = "Tiny Tail"
|
||||
icon_state = "tiny"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
species_traits = list(LIPS, CAN_BE_FAT)
|
||||
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS
|
||||
bodyflags = HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_HEAD_MARKINGS | HAS_BODY_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING
|
||||
bodyflags = HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING
|
||||
dietflags = DIET_OMNI
|
||||
taste_sensitivity = TASTE_SENSITIVITY_SHARP
|
||||
reagent_tag = PROCESS_ORG
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
/datum/sprite_accessory/body_markings/tail/tajara
|
||||
icon = 'icons/mob/sprite_accessories/tajaran/tajaran_tail_markings.dmi'
|
||||
species_allowed = list("Tajaran")
|
||||
|
||||
/datum/sprite_accessory/body_markings/tail/tajara/taj_wingler_stripes //Tiger stripes.
|
||||
name = "Tajaran Tail Stripes"
|
||||
icon_state = "default_wingler"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 791 B |
@@ -2029,6 +2029,7 @@
|
||||
#include "code\modules\mob\new_player\sprite_accessories\tajaran\tajaran_hair.dm"
|
||||
#include "code\modules\mob\new_player\sprite_accessories\tajaran\tajaran_head_accessories.dm"
|
||||
#include "code\modules\mob\new_player\sprite_accessories\tajaran\tajaran_head_markings.dm"
|
||||
#include "code\modules\mob\new_player\sprite_accessories\tajaran\tajaran_tail_markings.dm"
|
||||
#include "code\modules\mob\new_player\sprite_accessories\unathi\unathi_alt_heads.dm"
|
||||
#include "code\modules\mob\new_player\sprite_accessories\unathi\unathi_body_markings.dm"
|
||||
#include "code\modules\mob\new_player\sprite_accessories\unathi\unathi_facial_hair.dm"
|
||||
|
||||
Reference in New Issue
Block a user