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/oChest/Collision_oPlayer.gml
2020-12-06 19:15:50 +01:00

2 lines
64 B
Plaintext

if (global.weapon < 3) global.weapon ++;
instance_destroy(self);