Update file turretgenerator.lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user