crnormand / gurps

Implementing a GURPS 4e game aid for Foundry VTT
MIT License
102 stars 49 forks source link

"Dead" status wont show up on token #1909

Closed ThunderGad closed 1 month ago

ThunderGad commented 2 months ago

Can't set Dead status to a token through Combat Tracker. Technically, it applies it, but visually, no skull appears above downed token, and console log reads the following:

Uncaught (in promise) Error: Invalid status ID "dead" provided to Actor#toggleStatusEffect at GurpsActor.toggleStatusEffect (foundry.js:15790:26) at CombatTracker._onToggleDefeatedStatus (foundry.js:89584:28)

crnormand commented 1 month ago

Fixed along with https://github.com/crnormand/gurps/issues/1918