mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-04 09:15:07 +01:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
@@ -401,8 +401,7 @@ public class EntityAvatar extends GameEntity {
|
|||||||
var count = this.getGlobalAbilityValues().get("_ABILITY_UziExplode_Count");
|
var count = this.getGlobalAbilityValues().get("_ABILITY_UziExplode_Count");
|
||||||
if (count == 2f) {
|
if (count == 2f) {
|
||||||
this.getGlobalAbilityValues().remove("_ABILITY_UziExplode_Count");
|
this.getGlobalAbilityValues().remove("_ABILITY_UziExplode_Count");
|
||||||
this.getPlayer().getQuestManager()
|
this.getPlayer().getQuestManager().queueEvent(QuestContent.QUEST_CONTENT_SKILL, 10006);
|
||||||
.queueEvent(QuestContent.QUEST_CONTENT_SKILL, 10006);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user