changeset 210:e6ae61b7305f

Use hbomb for fusion
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 19:58:52 +0200
parents 5ca97ed09738
children ba7c0953853b
files gamelib/research.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/research.py	Sat May 12 19:52:29 2012 +0200
+++ b/gamelib/research.py	Sat May 12 19:58:52 2012 +0200
@@ -45,6 +45,7 @@
 
 class Fusion(ResearchArea):
     NAME = "Fusion"
+    IMAGE_NAME = "hbomb"
     PREREQUISITES = (
         (Physics, 10),
         )