I'm seeing this error when they reach the ruins:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 5788, in script
show Protag scared skeptical at Position(xpos=0.7) with dissolve
File "renpy/common/00layeredimage.rpy", line 768, in _choose_attributes
raise Exception("The attributes for {} conflict: {}".format(tag, " ".join(both)))
Exception: The attributes for Protag conflict: skeptical scared
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 5788, in script
show Protag scared skeptical at Position(xpos=0.7) with dissolve
File "renpy/ast.py", line 1408, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1378, in show_imspec
atl=atl)
File "renpy/exports.py", line 683, in show
name, what = _find_image(layer, key, name, what)
File "renpy/exports.py", line 499, in _find_image
new_what = renpy.game.context().images.apply_attributes(layer, key, name)
File "renpy/display/image.py", line 982, in apply_attributes
return self.choose_image(nametag, required, optional, name)
File "renpy/display/image.py", line 1002, in choose_image
newattrs = ca(tag, ca_required, ca_optional)
File "renpy/common/00layeredimage.rpy", line 768, in _choose_attributes
raise Exception("The attributes for {} conflict: {}".format(tag, " ".join(both)))
Exception: The attributes for Protag conflict: skeptical scared
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.2.22081402
Ruins 1.0
Sat Jul 19 01:35:45 2025
```