mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixes jumpskirt sprites and unathi/tajaran tail clipping (#17508)
* pixel fixes * pixels on clothing items * tail fix Co-authored-by: Christasmurf <2543783+Christasmurf@users.noreply.github.com>
This commit is contained in:
co-authored by
Christasmurf
parent
6ff44cab62
commit
835c125a5b
@@ -25,7 +25,7 @@
|
||||
|
||||
species_traits = list(LIPS)
|
||||
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS
|
||||
bodyflags = HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING
|
||||
bodyflags = HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING | TAIL_OVERLAPPED
|
||||
dietflags = DIET_OMNI
|
||||
taste_sensitivity = TASTE_SENSITIVITY_SHARP
|
||||
reagent_tag = PROCESS_ORG
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
species_traits = list(LIPS)
|
||||
inherent_biotypes = MOB_ORGANIC | MOB_HUMANOID | MOB_REPTILE
|
||||
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS
|
||||
bodyflags = HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_BODY_MARKINGS | HAS_HEAD_MARKINGS | HAS_SKIN_COLOR | HAS_ALT_HEADS | TAIL_WAGGING
|
||||
bodyflags = HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_BODY_MARKINGS | HAS_HEAD_MARKINGS | HAS_SKIN_COLOR | HAS_ALT_HEADS | TAIL_WAGGING | TAIL_OVERLAPPED
|
||||
dietflags = DIET_CARN
|
||||
taste_sensitivity = TASTE_SENSITIVITY_SHARP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user