changeset 629:6b4c755c133e

More attack range on spawned aliens
author Neil Muller <drnlmuller@gmail.com>
date Sun, 08 Sep 2013 01:20:14 +0200
parents db960388b912
children c2ba451901dc
files nagslang/enemies.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nagslang/enemies.py	Sun Sep 08 01:16:40 2013 +0200
+++ b/nagslang/enemies.py	Sun Sep 08 01:20:14 2013 +0200
@@ -321,7 +321,7 @@
     spawn_time = 10
     spawn_size = 5
     spawn_class = ChargingAlien
-    spawn_class_args = (200,)
+    spawn_class_args = (400,)
 
     def __init__(self, space, world, position, attack_range=100):
         super(Queen, self).__init__(space, world, position, attack_range)