r11
This commit is contained in:
parent
b3c996cc58
commit
1ba6c89ba2
6 changed files with 342 additions and 2 deletions
objects/oGame
|
@ -44,6 +44,8 @@ if (global.perdu) {
|
|||
|
||||
with (oPlayer) {
|
||||
if place_meeting(x,y,oMaudit) {
|
||||
global.minutes = 5;
|
||||
room_goto(rWin);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue