diff --git a/code/game/objects/items/weapons/alien_specific.dm b/code/game/objects/items/weapons/alien_specific.dm index 008c0c21777..d0796bdf4c1 100644 --- a/code/game/objects/items/weapons/alien_specific.dm +++ b/code/game/objects/items/weapons/alien_specific.dm @@ -7,10 +7,13 @@ icon_state = "borg-laser-claws" icon_state_on = "borg-laser-claws" force = 15 + force_on = 15 throwforce = 5 + throwforce_on = 5 throw_speed = 1 throw_range = 5 w_class = 2 + w_class_on = 2 flags = NOSHIELD attack_verb = list("attacked", "slashed", "gored", "sliced", "torn", "ripped", "butchered", "cut") attack_verb_on = list()