This commit is contained in:
Victor Turgeon
2022-10-11 21:57:37 -04:00
parent 64083f315a
commit 9f95f1d0fa
3 changed files with 7 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ func get_slapped(slap_level, slap_kill, slap_vector):
hitbox.disabled = false
func get_shot(hitboxOwner):
hitboxOwner.die()
Explosion.play()
hitboxOwner.die()
die()
func die():