Format code [skip actions]

This commit is contained in:
github-actions 2023-06-01 03:24:28 +00:00
parent 083e9ba422
commit 53d8bdce40

View File

@ -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);
} }
} }
} }