4
0
Fork 0
This commit is contained in:
sOlaris38 2020-12-06 19:08:59 +01:00
commit 1ba6c89ba2
6 changed files with 342 additions and 2 deletions
objects/oGame

View file

@ -44,6 +44,8 @@ if (global.perdu) {
with (oPlayer) {
if place_meeting(x,y,oMaudit) {
global.minutes = 5;
room_goto(rWin);
}
}