4
0
Fork 0
This repository has been archived on 2023-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
surprise_dungeon/objects/oFire/Collision_oPlayer.gml

4 lines
62 B
Plaintext

if (other.inv == 0) {
hit(self, other);
other.inv = 30;
}