forked from halo-battle/game
Fix missing spaceship error
This commit is contained in:
parent
1072d78ae7
commit
a9afd5ea68
@ -214,7 +214,7 @@ class dSpatial implements Donnees
|
||||
case 14:
|
||||
$cristal = 19400;
|
||||
break;
|
||||
case 16:
|
||||
case 15:
|
||||
$cristal = 23000;
|
||||
break;
|
||||
case 16:
|
||||
@ -329,7 +329,7 @@ class dSpatial implements Donnees
|
||||
case 14:
|
||||
$hydrogene = 3740;
|
||||
break;
|
||||
case 16:
|
||||
case 15:
|
||||
$hydrogene = 4050;
|
||||
break;
|
||||
case 16:
|
||||
|
Loading…
Reference in New Issue
Block a user