bug fixes
This commit is contained in:
@@ -53,7 +53,9 @@ function updateGameLogic() {
|
||||
else if (obs.def.type === "powerup") {
|
||||
if (obs.def.id === "p_god") godModeLives = 3;
|
||||
if (obs.def.id === "p_bat") hasBat = true;
|
||||
if (obs.def.id === "p_boot") bootTicks = 600; // ca. 10 Sekunden
|
||||
if (obs.def.id === "p_boot") bootTicks = 600;
|
||||
|
||||
lastPowerupTick = currentTick;
|
||||
continue; // Entfernen (Eingesammelt)
|
||||
}
|
||||
// C. GEGNER / HINDERNIS
|
||||
|
||||
Reference in New Issue
Block a user