mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 06:18:36 +02:00
8 lines
394 B
Plaintext
8 lines
394 B
Plaintext
version=2
|
|
:if:<register.registered(miltank_healed)>=False
|
|
@Text.show(Moomoo is sick...*She needs lots of~Oran Berries.)
|
|
:else
|
|
@Text.show(We're feeding~Moomoo!)
|
|
:endif
|
|
@NPC.Turn(2,1)
|
|
:end |