Add e keybinding to see your cdurrent weapon. Hopefully item tracking works correctly now.
This commit is contained in:
@@ -55,3 +55,6 @@ class PowerUp(Object):
|
||||
if self.channel:
|
||||
self.channel.stop()
|
||||
self.channel = None
|
||||
|
||||
# Item tracking
|
||||
player.stats.update_stat('Items collected', 1)
|
||||
|
Reference in New Issue
Block a user