checksum working with file name and file path verification
This commit is contained in:
@@ -194,8 +194,8 @@ func die():
|
||||
get_tree().get_root().add_child(particlespawn)
|
||||
|
||||
drop_loot(loot_amount)
|
||||
if SaveLoad.last_hit_path == str(get_path()):
|
||||
SaveLoad.last_hit_path = null
|
||||
if GameGlobals.last_hit_path == str(get_path()):
|
||||
GameGlobals.last_hit_path = null
|
||||
|
||||
SignalBus.emit_signal("enemy_killed")
|
||||
queue_free()
|
||||
|
||||
Reference in New Issue
Block a user