Skip to content

Commit

Permalink
И так. Вроде то что я хотел, пихнул
Browse files Browse the repository at this point in the history
  • Loading branch information
Noname995 committed May 22, 2024
1 parent e2856a3 commit 8a28e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
/obj/item/attachable/attached_gun/grenade/mk1,
/obj/item/attachable/stock/rifle/collapsible,
/obj/item/attachable/attached_gun/shotgun,
/obj/item/attachable/heavy_barrel/upgraded
)

flags_gun_features = GUN_AUTO_EJECTOR|GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER
Expand Down Expand Up @@ -460,8 +461,6 @@
/obj/item/attachable/reflex,
/obj/item/attachable/flashlight,
/obj/item/attachable/extended_barrel,
/obj/item/attachable/heavy_barrel,
/obj/item/attachable/heavy_barrel/upgraded,
/obj/item/attachable/scope/mini,
/obj/item/attachable/verticalgrip,
/obj/item/attachable/angledgrip,
Expand Down
2 changes: 1 addition & 1 deletion fray-marines/code/game/objects/items/attachable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/obj/item/attachable/heavy_barrel/upgraded
name = "upgraded barrel charger"
desc = "A hyper threaded barrel extender that fits to the muzzle of most firearms. Increases bullet speed and velocity.\nGreatly increases projectile damage at the cost of accuracy and firing speed."
desc = "A hyper threaded barrel extender that fits to the muzzle of most firearms. Increases bullet speed and velocity.\nGreatly increases projectile damage at the cost of accuracy and firing speed. Can be attachable to MK1"
icon = 'fray-marines/icons/obj/items/weapons/guns/attachments/barrel.dmi'
icon_state = "ubc"
attach_icon = "ubc_a"
Expand Down

0 comments on commit 8a28e7e

Please sign in to comment.