Debug code added

This commit is contained in:
2025-01-20 16:32:48 -05:00
parent 040121f7cd
commit db2a168229
+4
View File
@@ -153,6 +153,10 @@ public class PowersParser {
ActionEntry actionEntry; ActionEntry actionEntry;
List<String> arguments; List<String> arguments;
Matcher argumentMatcher; Matcher argumentMatcher;
int blah = 0;
if (powerEntry.power_id.equals("ASS-BACKSTAB"))
blah = 1;
switch (key) { switch (key) {
case "ACTION": case "ACTION":