mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 07:02:30 +00:00
I forgot to add this
This commit is contained in:
@@ -176,7 +176,6 @@
|
|||||||
w_class = ITEMSIZE_HUGE // So it can't fit in a backpack.
|
w_class = ITEMSIZE_HUGE // So it can't fit in a backpack.
|
||||||
accuracy = -45 //shooting at the hip
|
accuracy = -45 //shooting at the hip
|
||||||
scoped_accuracy = 0
|
scoped_accuracy = 0
|
||||||
requires_two_hands = 1
|
|
||||||
one_handed_penalty = 60 // The weapon itself is heavy, and the long barrel makes it hard to hold steady with just one hand.
|
one_handed_penalty = 60 // The weapon itself is heavy, and the long barrel makes it hard to hold steady with just one hand.
|
||||||
|
|
||||||
/obj/item/weapon/gun/energy/sniperrifle/ui_action_click()
|
/obj/item/weapon/gun/energy/sniperrifle/ui_action_click()
|
||||||
|
|||||||
@@ -210,7 +210,6 @@
|
|||||||
allowed_magazines = list(/obj/item/ammo_magazine/m545saw, /obj/item/ammo_magazine/m545)
|
allowed_magazines = list(/obj/item/ammo_magazine/m545saw, /obj/item/ammo_magazine/m545)
|
||||||
projectile_type = /obj/item/projectile/bullet/rifle/a545
|
projectile_type = /obj/item/projectile/bullet/rifle/a545
|
||||||
|
|
||||||
requires_two_hands = 1
|
|
||||||
one_handed_penalty = 90
|
one_handed_penalty = 90
|
||||||
|
|
||||||
var/cover_open = 0
|
var/cover_open = 0
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 102 KiB |
Reference in New Issue
Block a user