mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +02:00
Corrected the transfer to pc message
This commit is contained in:
parent
169ce4c709
commit
69a9586f31
@ -325,7 +325,7 @@ nextIndex:
|
|||||||
Else
|
Else
|
||||||
Dim boxName As String = StorageSystemScreen.GetBoxName(StorageSystemScreen.DepositPokemon(p, Player.Temp.PCBoxIndex))
|
Dim boxName As String = StorageSystemScreen.GetBoxName(StorageSystemScreen.DepositPokemon(p, Player.Temp.PCBoxIndex))
|
||||||
|
|
||||||
s = "It was transfered to Box~""" & boxName & """~on your PC."
|
s = "It was transfered to Box~""" & boxName & """~on the PC."
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If p.IsShiny = True Then
|
If p.IsShiny = True Then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user