diff --git a/objects/oFire/Collision_oPlayer.gml b/objects/oFire/Collision_oPlayer.gml index f3e4af4..494b9b4 100644 --- a/objects/oFire/Collision_oPlayer.gml +++ b/objects/oFire/Collision_oPlayer.gml @@ -1 +1,4 @@ -hit(self, other); \ No newline at end of file +if (other.inv == 0) { + hit(self, other); + other.inv = 30; +} \ No newline at end of file