Skip to content

Commit

Permalink
Re-add Score: &e0
Browse files Browse the repository at this point in the history
  • Loading branch information
atenfyr committed Jul 7, 2018
1 parent 6c1fea0 commit f07da93
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -984,6 +984,7 @@ function commands.cbreak( _sItem, _sTool )
term.setTextColour( colours.red )
end
print( "You have died." )
print( "Score: &e0" )
term.setTextColour( colours.white )
bRunning = false
return
Expand Down Expand Up @@ -1076,6 +1077,7 @@ function commands.craft( _sItem )
term.setTextColour( colours.red )
end
print( "You have died." )
print( "Score: &e0" )
term.setTextColour( colours.white )
bRunning = false
return
Expand Down Expand Up @@ -1302,6 +1304,7 @@ local function simulate()
term.setTextColour( colours.red )
end
print( "You have died." )
print( "Score: &e0" )
term.setTextColour( colours.white )
bRunning = false
return
Expand Down

0 comments on commit f07da93

Please sign in to comment.