Update file turretgenerator.lua

This commit is contained in:
Alex
2023-09-02 18:54:06 +00:00
parent 9a56e21c2a
commit 8e63f249a7

View File

@@ -283,7 +283,7 @@ function TurretGenerator.generateHookgunTurret(rand, dps, tech, material, rarity
local weapon = WeaponGenerator.generateHookgun(rand, dps, tech, material, rarity)
weapon.damage = weapon.damage / numWeapons
local spec = rand(0.5)
local spec = rand:getInt(0, 1)
if spec then
weapon.holdingForce = weapon.otherForce * 2