diff gamelib/gamegui.py @ 173:ed396ea7c4ad

Add some more levels
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 09:41:42 +0200
parents a6ca82fa9c4c
children b94a38129da8
line wrap: on
line diff
--- a/gamelib/gamegui.py	Sat May 12 00:32:24 2012 +0200
+++ b/gamelib/gamegui.py	Sat May 12 09:41:42 2012 +0200
@@ -28,7 +28,13 @@
         return 'Mindless Thug'
     if rep < 10:
         return 'Fringe Lunatic'
-    if rep < 100:
+    if rep < 20:
+        return 'Batty Experimenter'
+    if rep < 50:
+        return 'Demented Analyst'
+    if rep < 70:
+        return 'Deranged Researcher'
+    if rep < 150:
         return 'Mad Scientist'
     return 'Major Threat to World Peace'