We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2171976 commit 72c5101Copy full SHA for 72c5101
1 file changed
lua/tweakdefs/raptor hp 4.0X.lua
@@ -3,10 +3,10 @@
3
for unitName, unitDef in pairs(UnitDefs) do
4
if string.sub(unitName, 1, 24) == "raptor_land_swarmer_heal" then
5
unitDef.reclaimspeed = 100
6
- unitDef.stealth = 0
7
- unitDef.builder = 0
+ unitDef.stealth = false
+ unitDef.builder = false
8
unitDef.workertime = unitDef.workertime * 0.45
9
- unitDef.canassist = 0
+ unitDef.canassist = false
10
unitDef.maxthisunit = 0
11
end
12
0 commit comments