mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-23 19:15:49 +01:00
Permit use of actions and delays on cow milking objective, fixes #1234
This commit is contained in:
parent
83f54239ae
commit
dea46e2001
@ -516,6 +516,7 @@ public class StageMainPrompt extends QuestsEditorNumericPrompt {
|
||||
|| context.getSessionData(stagePrefix + CK.S_NPCS_TO_KILL) != null
|
||||
|| context.getSessionData(stagePrefix + CK.S_MOB_TYPES) != 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_SHEAR_COLORS) != null
|
||||
|| context.getSessionData(stagePrefix + CK.S_PLAYER_KILL) != null
|
||||
|
Loading…
Reference in New Issue
Block a user