Fixed a typo

changed "case tail" to "case full"
This commit is contained in:
FantaX1911 2016-09-23 18:55:10 +03:00
parent ef4ba249fa
commit 9d8a23ffd1
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
Full += 10
End If
End If
Select Case Tail
Select Case Full
Case 1
Return False 'Your Full incense effect works > You go last
Case 10