fixed categorization of solid atisanium phases
This commit is contained in:
parent
d8efeb0cc9
commit
3cc961d530
|
|
@ -168,7 +168,7 @@ elements.alpha_atisanium = {
|
|||
density: 51295,
|
||||
behavior: behaviors.WALL,
|
||||
state: "solid",
|
||||
category: "solid",
|
||||
category: "solids",
|
||||
tick: function(pixel) {
|
||||
if(pixel.chargeCD) {
|
||||
if(pixel.chargeCD > 2) {
|
||||
|
|
@ -195,7 +195,7 @@ elements.beta_atisanium = {
|
|||
density: 111295,
|
||||
behavior: behaviors.WALL,
|
||||
state: "solid",
|
||||
category: "solid",
|
||||
category: "solids",
|
||||
tick: function(pixel) {
|
||||
if(pixel.chargeCD) {
|
||||
if(pixel.chargeCD > 3) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue