Bug fixes
* Fixed Tonks 'open wide tongue' expressions zorder to make it work with clothes * Fixed a crash inside facial constructor when assigning a zorder to a file
This commit is contained in:
parent
3d1a5e5c79
commit
85e47dacef
@ -89,7 +89,7 @@ init python:
|
|||||||
sprites = []
|
sprites = []
|
||||||
for identifier, (file, zorder) in layers.items():
|
for identifier, (file, zorder) in layers.items():
|
||||||
|
|
||||||
expr_type, name, ltype = identifier.rsplit(" ")
|
expr_type, name, ltype, *tails = identifier.rsplit(" ")
|
||||||
|
|
||||||
if expr_type == "pupils":
|
if expr_type == "pupils":
|
||||||
if not eyemask:
|
if not eyemask:
|
||||||
|
Loading…
Reference in New Issue
Block a user