Simplify following turning states.dolls into a dict

This commit is contained in:
Gouvernathor 2024-04-06 00:42:27 +02:00
parent e88fda5a2c
commit 5f742d4525
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ init -1 python:
def get_character_object(key):
__check_exists(key)
return getattr(store, key)
return states.dolls[key]
def get_character_outfit(key, typ="default"):
__check_exists(key)