mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-08 10:05:17 -06:00
Fixed erroneous changes to stat increases.
This commit is contained in:
@@ -250,7 +250,6 @@ class Game(arcade.Window):
|
|||||||
boon = self.Recipe.add_kill(enemy_hit_list[0].monster_type)
|
boon = self.Recipe.add_kill(enemy_hit_list[0].monster_type)
|
||||||
if boon >= 0:
|
if boon >= 0:
|
||||||
getattr(self.player, Config.BOON_LIST[boon])();
|
getattr(self.player, Config.BOON_LIST[boon])();
|
||||||
self.player.hurry()
|
|
||||||
enemy_hit_list[0].remove_from_sprite_lists()
|
enemy_hit_list[0].remove_from_sprite_lists()
|
||||||
bullet.remove_from_sprite_lists()
|
bullet.remove_from_sprite_lists()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user