Skip to content

Commit

Permalink
Fixed two typos
Browse files Browse the repository at this point in the history
Fixes a typo when the Strange Bottle warps you to the pocket dimension, and a typo when you don't need to use a first aid kit
  • Loading branch information
Colm authored Aug 28, 2018
1 parent e4f2f5b commit e8a0f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Main.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5803,7 +5803,7 @@ Function DrawGUI()
Exit
EndIf
Next
Msg = "For some inexplicable reason. You find yourself inside the pocket dimension."
Msg = "For some inexplicable reason, you find yourself inside the pocket dimension."
MsgTimer = 70*8
EndIf
End Select
Expand All @@ -5814,7 +5814,7 @@ Function DrawGUI()
Case "firstaid", "finefirstaid", "firstaid2"
;[Block]
If Bloodloss = 0 And Injuries = 0 Then
Msg = "You do not need to use a first aid right now."
Msg = "You do not need to use a first aid kit right now."
MsgTimer = 70*5
SelectedItem = Null
Else
Expand Down Expand Up @@ -12084,4 +12084,4 @@ End Function
;~F#2B1D#2B25#2B2D#2B59#2B62#2B8B#2B90#2B95#2B9A#2BA3#2BB4#2C59#2C67#2CD2#2CE4#2D03#2D12#2D29#2D4C#2D50
;~F#2D54#2D82#2DA0#2DAB#2DD9#2DF7#2E42#2E5B#2E6A#2E7A#2E8A#2EC5
;~B#11DC#1454#1BF2
;~C#Blitz3D
;~C#Blitz3D

0 comments on commit e8a0f26

Please sign in to comment.