Skip to content

Commit

Permalink
BLYAT
Browse files Browse the repository at this point in the history
  • Loading branch information
DoSh1K883 committed May 21, 2024
1 parent ad9f367 commit f0349fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fos/content/FOSUnitTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ public static void load(){
);
}};

radix = new AliothUnitType("radix"){{
radix = new FOSUnitType("radix"){{
constructor = LegsUnit::create;
health = 1000;
armor = 5;
Expand Down Expand Up @@ -839,7 +839,7 @@ public static void load(){
}}
);
}};
foetus = new AliothUnitType("foetus"){{
foetus = new FOSUnitType("foetus"){{
constructor = LegsUnit::create;
health = 1950;
armor = 5;
Expand Down Expand Up @@ -892,7 +892,7 @@ public static void load(){
}};
}});
}};
vitarus = new AliothUnitType("vitarus"){{
vitarus = new FOSUnitType("vitarus"){{
constructor = LegsUnit::create;
health = 3100;
armor = 7;
Expand Down

0 comments on commit f0349fb

Please sign in to comment.