bore/neftet: require 4B available XP before bella augment service
All checks were successful
/ test (push) Successful in 3m6s

This commit is contained in:
Erik 2026-05-19 21:45:54 +02:00
parent 7e229988de
commit 1fda3218c4
4 changed files with 60 additions and 4 deletions

View file

@ -375,11 +375,13 @@ STATE: {service_decide} ~~ {
IF: All
Expr {getvar[disableAugmentServices]!=1}
ItemCountGE 1 {Blank Augmentation Gem}
Expr {getcharquadprop[2]>=4000000000}
Expr {getvar[pendingAugments]==1}
DO: SetState {service_apply_augment}
IF: All
Expr {getvar[disableAugmentServices]!=1}
Expr {getqueststatus[`insatiableeaterjaw`]==1}
Expr {getcharquadprop[2]>=4000000000}
Expr {getvar[pendingAugments]==1}
DO: SetState {service_bella_start}
IF: Always