mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fixed typos
This commit is contained in:
parent
241cb8af9c
commit
ecc0b8400a
@ -245,7 +245,7 @@
|
|||||||
Case Pokemon.StatusProblems.Sleep
|
Case Pokemon.StatusProblems.Sleep
|
||||||
Select Case Core.Random.Next(0, 3)
|
Select Case Core.Random.Next(0, 3)
|
||||||
Case 0
|
Case 0
|
||||||
Return New ReactionContainer("<name> seems~a little tiered.", MessageBulb.NotificationTypes.Poisoned)
|
Return New ReactionContainer("<name> seems~a little tired.", MessageBulb.NotificationTypes.Poisoned)
|
||||||
Case 1
|
Case 1
|
||||||
Return New ReactionContainer("<name> is somehow~fighting off sleep...", MessageBulb.NotificationTypes.Poisoned)
|
Return New ReactionContainer("<name> is somehow~fighting off sleep...", MessageBulb.NotificationTypes.Poisoned)
|
||||||
Case 2
|
Case 2
|
||||||
@ -486,7 +486,7 @@
|
|||||||
End If
|
End If
|
||||||
Case 43
|
Case 43
|
||||||
If IceAround() = True Then
|
If IceAround() = True Then
|
||||||
r = New ReactionContainer("Oh!~its slipping and came~over here for support.", MessageBulb.NotificationTypes.Exclamation)
|
r = New ReactionContainer("Oh!~It's slipping and came~over here for support.", MessageBulb.NotificationTypes.Exclamation)
|
||||||
End If
|
End If
|
||||||
Case 44
|
Case 44
|
||||||
If IceAround() = True Then
|
If IceAround() = True Then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user