summaryrefslogtreecommitdiffhomepage
path: root/run.rb
diff options
context:
space:
mode:
Diffstat (limited to 'run.rb')
-rw-r--r--run.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.rb b/run.rb
index a824cbf..8be585b 100644
--- a/run.rb
+++ b/run.rb
@@ -286,7 +286,7 @@ class Interface
Curses.setpos(itemItr + ((index - oldOffset) * 2) + 5, (((index) / 3) * 45) + 42 - skill.last.to_s.length)
Curses.addstr(skill.last.to_s)
}
- elsif skill.last > 1
+ elsif skill.last > 0
Curses.attron(color_pair(COLOR_YELLOW)|A_NORMAL){
Curses.addstr(skill[0])
Curses.setpos(itemItr + ((index - oldOffset) * 2) + 5, (((index) / 3) * 45) + 42 - skill.last.to_s.length)