(PlayerCharacter pc)
| 75 | } |
| 76 | |
| 77 | private static int process(PlayerCharacter pc) |
| 78 | { |
| 79 | String maxDexVar = ControlUtilities.getControlToken(Globals.getContext(), CControl.PCMAXDEX); |
| 80 | if (maxDexVar == null) |
| 81 | { |
| 82 | return pc.processOldMaxDex(); |
| 83 | } |
| 84 | return ((Number) pc.getGlobal(maxDexVar)).intValue(); |
| 85 | } |
| 86 | } |
no test coverage detected