Permit use of actions and delays on cow milking objective, fixes #1234

This commit is contained in:
PikaMug 2020-04-22 18:14:51 -04:00
parent 83f54239ae
commit dea46e2001

View File

@ -516,6 +516,7 @@ public class StageMainPrompt extends QuestsEditorNumericPrompt {
|| context.getSessionData(stagePrefix + CK.S_NPCS_TO_KILL) != null || context.getSessionData(stagePrefix + CK.S_NPCS_TO_KILL) != null
|| context.getSessionData(stagePrefix + CK.S_MOB_TYPES) != null || context.getSessionData(stagePrefix + CK.S_MOB_TYPES) != null
|| context.getSessionData(stagePrefix + CK.S_FISH) != null || context.getSessionData(stagePrefix + CK.S_FISH) != null
|| context.getSessionData(stagePrefix + CK.S_COW_MILK) != null
|| context.getSessionData(stagePrefix + CK.S_TAME_TYPES) != null || context.getSessionData(stagePrefix + CK.S_TAME_TYPES) != null
|| context.getSessionData(stagePrefix + CK.S_SHEAR_COLORS) != null || context.getSessionData(stagePrefix + CK.S_SHEAR_COLORS) != null
|| context.getSessionData(stagePrefix + CK.S_PLAYER_KILL) != null || context.getSessionData(stagePrefix + CK.S_PLAYER_KILL) != null