This website requires JavaScript.
Explore
Help
Register
Sign in
RSV_Studio
/
surprise_dungeon
Archived
Watch
4
Star
0
Fork
You've already forked surprise_dungeon
0
Code
Activity
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.
80d874f4de
surprise_dungeon
/
objects
/
oFire
/
Collision_oPlayer.gml
4 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Patch bug plus de vie dans les flammes
2020-12-06 20:47:45 +01:00
if (other.inv == 0) {
hit(self, other);
other.inv = 30;
}
Copy permalink