enable god mode until beat cuts are fixed
This commit is contained in:
@@ -586,7 +586,7 @@ function takeDamage (state) {
|
|||||||
: 1;
|
: 1;
|
||||||
if (AFRAME.utils.getUrlParameter('godmode')) { return; }
|
if (AFRAME.utils.getUrlParameter('godmode')) { return; }
|
||||||
state.damage++;
|
state.damage++;
|
||||||
checkGameOver(state);
|
// checkGameOver(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkGameOver (state) {
|
function checkGameOver (state) {
|
||||||
|
|||||||
Reference in New Issue
Block a user