changeset 202:eb506f431979

Remove temporary psych image
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 17:56:49 +0200
parents 6a4457b912a5
children 4159e34d7310
files gamelib/research.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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):