diff gamelib/research.py @ 12:f9756477cbce

Note more research area ideas
author Neil Muller <drnlmuller@gmail.com>
date Sun, 06 May 2012 14:58:51 +0200
parents 5e21bf2b6853
children 9d61abb3cfaf
line wrap: on
line diff
--- a/gamelib/research.py	Sun May 06 14:50:23 2012 +0200
+++ b/gamelib/research.py	Sun May 06 14:58:51 2012 +0200
@@ -25,6 +25,22 @@
     NAME = "Biogenetics"
 
 
+class Psychology(ResearchArea):
+    NAME = "Psychology"
+
+
+class Fusion(ResearchArea):
+    NAME = "ResearchArea"
+
+
+class Medical(ResearchArea):
+    NAME = "Medical Experiments"
+
+
+class Lasers(ResearchArea):
+    NAME = "Lasers"
+
+
 class Space(ResearchArea):
     NAME = "SPAAAAAACE!"
     PREREQUISITES = (