mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 12:12:30 +00:00
Bugfix: Stagger update message was not displaying correctly when manually unstaggering oneself
This commit is contained in:
@@ -11334,7 +11334,7 @@ getSectionIDs(`repeating_global`, idarray => {
|
||||
else if (currentstate == "Staggered" && stateduration < statedurationmax) {
|
||||
messageDescription = langStateDurationMultiRound;
|
||||
}
|
||||
else if (currentstate != "Staggered" && stateduration == 0) {
|
||||
else if (currentstate != "Staggered") {
|
||||
messageDescription = langStateFalse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user