mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 17:25:22 +02:00
fucked up a keyword
This commit is contained in:
parent
beff99d985
commit
5f2d815e42
@ -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)>
|
||||
|
@ -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?)
|
||||
|
Loading…
x
Reference in New Issue
Block a user