changeset 12:f9756477cbce

Note more research area ideas
author Neil Muller <drnlmuller@gmail.com>
date Sun, 06 May 2012 14:58:51 +0200
parents 7fc7396aeccb
children c0966997e0c5
files gamelib/research.py
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
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 = (