LLAMARPG / game

The public repository for the LlamaRPG game, just for the Issues page.
0 stars 0 forks source link

[Bug] Unable to use any combat actions besides Rest and Escape #57

Closed Vvnguyen25 closed 3 months ago

Vvnguyen25 commented 3 months ago

A clear and concise description of what the bug is: When in combat, I am unable to select any spells, attacks or defend.

Steps to reproduce the behavior, if necessary: Go into combat, try and select a spell/attack or defect action.

Here is a few errors from the logs:

USER ERROR: Attempted to use 'has' a variable of type 'int' into a TypedArray of type 'Object'. at: ContainerTypeValidate::validate (C:\Godot\godot-4.2.2-stable\core\variant\container_type_validate.h:97) USER ERROR: Condition "!_p->typed.validate(value, "use 'has'")" is true. Returning: false at: Array::has (core\variant\array.cpp:400) USER ERROR: Attempted to push_back a variable of type 'int' into a TypedArray of type 'Object'. at: ContainerTypeValidate::validate (C:\Godot\godot-4.2.2-stable\core\variant\container_type_validate.h:97) USER ERROR: Condition "!_p->typed.validate(value, "push_back")" is true. at: Array::push_back (core\variant\array.cpp:269)

Warren1001 commented 3 months ago

ya my fix for clicking the acton label by itself was a bit shortsighted, i know how to fix it, itll be fixed tomorrow

Warren1001 commented 3 months ago

fixed in 0.2.0

Warren1001 commented 3 months ago

0.2.0 is live