fucked up a keyword

This commit is contained in:
darkfire006 2024-01-29 01:52:02 -06:00
parent beff99d985
commit 5f2d815e42
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ version=2
:when:Standard Bag 5 BP
:if:<player.bp><5
@text.show(You don't have enough BP!~Come back soon!)
:exitscript
:endscript
:endif
@storage.set(integer,berryloop,0)
:while:15><storage.get(integer,berryloop)>
@ -17,7 +17,7 @@ version=2
:when:Special Bag 10 BP
:if:<player.bp><10
@text.show(You don't have enough BP!~Come back soon!)
:exitscript
:endscript
:endif
@storage.set(integer,berryloop,0)
:while:10><storage.get(integer,berryloop)>

View File

@ -116,7 +116,7 @@ version=2
:if:<player.bp><<register.value(juicecost<storage.get(integer,select)>)>
@text.show(You don't have enough BP!~Come again soon!)
:exitscript
:endscript
:endif
@text.show(Which Pokemon is this~drink for?)