Skip to content

Commit

Permalink
Убрал прицел у двушки и рельсы
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatarla committed Dec 5, 2024
1 parent 732cbe1 commit ec529f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions code/modules/projectiles/guns/shotguns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@
/obj/item/attachable/flashlight,
/obj/item/attachable/flashlight/under,
/obj/item/attachable/magnetic_harness,
/obj/item/attachable/scope,
/obj/item/attachable/scope/marine,
/obj/item/attachable/scope/mini,
)

flags_gun_features = GUN_CAN_POINTBLANK|GUN_AMMO_COUNTER|GUN_WIELDED_FIRING_ONLY|GUN_SMOKE_PARTICLES
Expand Down
1 change: 0 additions & 1 deletion code/modules/projectiles/guns/specialist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ Note that this means that snipers will have a slowdown of 3, due to the scope
attachable_offset = list("muzzle_x" = 33, "muzzle_y" = 18,"rail_x" = 31, "rail_y" = 23, "under_x" = 19, "under_y" = 14, "stock_x" = 19, "stock_y" = 14)
attachable_allowed = list(
/obj/item/attachable/magnetic_harness,
/obj/item/attachable/scope/marine,
)

flags_gun_features = GUN_WIELDED_FIRING_ONLY|GUN_WIELDED_STABLE_FIRING_ONLY|GUN_AMMO_COUNTER
Expand Down

0 comments on commit ec529f9

Please sign in to comment.