diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties
index bdac09204a..cec38779f0 100644
--- a/core/assets/bundles/bundle.properties
+++ b/core/assets/bundles/bundle.properties
@@ -537,10 +537,10 @@ unit.drone.description=The starter drone unit. Spawns in the core by default. Au
unit.fabricator.name=Fabricator
unit.fabricator.description=An advanced drone unit. Automatically mines ores, collects items and repairs blocks. Significantly more effective than a drone.
unit.scout.name=Scout
-unit.scout.description=A basic ground unit. Uses lead as ammo.
+unit.scout.description=A basic ground unit. Useful in massive swarms.
unit.titan.name=Titan
-unit.titan.description=An advanced armored ground unit. Uses carbide as ammo. Attacks both ground and air targets.
+unit.titan.description=An advanced, armored ground unit. Attacks both ground and air targets.
unit.monsoon.name=Monsoon
unit.monsoon.description=A heavy carpet bomber. Uses blast compound or pyratite as ammo.
unit.interceptor.name=Interceptor
-unit.interceptor.description=A fast, hit-and-run strike unit. Uses lead as ammo.
\ No newline at end of file
+unit.interceptor.description=A fast, hit-and-run strike unit.
\ No newline at end of file
diff --git a/core/src/Mindustry.gwt.xml b/core/src/Mindustry.gwt.xml
index 7b014a3888..24698d564c 100644
--- a/core/src/Mindustry.gwt.xml
+++ b/core/src/Mindustry.gwt.xml
@@ -3,6 +3,7 @@
+
diff --git a/html/build.gradle b/html/build.gradle
index ae3ae651a6..6b49291540 100644
--- a/html/build.gradle
+++ b/html/build.gradle
@@ -13,7 +13,7 @@ gwt {
compiler {
strict = true
disableCastChecking = true
- //style = Style.DETAILED
+ //style = de.richsource.gradle.plugins.gwt.Style.DETAILED
}
}