```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00layeredimage.rpy", line 768, in _choose_attributes
raise Exception("The attributes for {} conflict: {}".format(tag, " ".join(both)))
Exception: The attributes for sasha conflict: blush normal
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "cl/class_room.rpyc", line 310, in script call
File "cl/class_event.rpyc", line 176, in script call
File "ch/gen_full/battle_of_the_bands.rpyc", line 679, in script
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 sasha conflict: blush normal
Windows-10-10.0.22000 AMD64
Ren'Py 7.5.1.22070801
Love & Sex : Second Base 22.7.0a
Wed Jul 27 11:34:07 2022
``` |