Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e63f249a7 |
@@ -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