diff nagslang/events.py @ 363:3dd08e18580f

Acid attacks shoot things that look like acid
author Stefano Rivera <stefano@rivera.za.net>
date Fri, 06 Sep 2013 20:25:06 +0200
parents 3dd32686dbc3
children 866cdc74b26a
line wrap: on
line diff
--- a/nagslang/events.py	Fri Sep 06 20:12:07 2013 +0200
+++ b/nagslang/events.py	Fri Sep 06 20:25:06 2013 +0200
@@ -48,9 +48,9 @@
 
 class FireEvent(UserEvent):
     @classmethod
-    def post(cls, source, impulse, damage, source_collision_type):
+    def post(cls, source, impulse, damage, bullet_type, source_collision_type):
         super(FireEvent, cls).post(source=source, impulse=impulse,
-                                   damage=damage,
+                                   damage=damage, bullet_type=bullet_type,
                                    source_collision_type=source_collision_type)