diff gamelib/research.py @ 202:eb506f431979

Remove temporary psych image
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 17:56:49 +0200
parents 53277724645b
children e6ae61b7305f
line wrap: on
line diff
--- a/gamelib/research.py	Sat May 12 17:53:57 2012 +0200
+++ b/gamelib/research.py	Sat May 12 17:56:49 2012 +0200
@@ -11,8 +11,6 @@
 
 class Psychology(ResearchArea):
     NAME = "Psychology"
-    # FIXME:
-    IMAGE_NAME = "fusion"
 
 
 class MedicalExperiments(ResearchArea):