Changeset 6215
- Timestamp:
- 2015-06-23 22:08:23 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun.cs
r6214 r6215 370 370 player.Life.LowerLimit += delegate 371 371 { 372 players.Remove(player); player.Destroy(); 373 if (players.Count < 1) 372 if (players.Count < 2) 374 373 { 375 374 Loss(); 376 375 } 376 players.Remove(player); player.Destroy(); 377 377 }; 378 378 }
Note: See TracChangeset
for help on using the changeset viewer.