Skip to content

Commit

Permalink
Убрал аим и прицелы у двушки, рельсы и всех лазганов кроме лазснайпы (#…
Browse files Browse the repository at this point in the history
…612)

* Remove scope and AIM mode from lasergun

* Update energy.dm

Signed-off-by: Kirill <[email protected]>

* Убрал прицел у двушки и рельсы

* Вернул прицелы каливеру

---------

Signed-off-by: Kirill <[email protected]>
  • Loading branch information
Tatarla authored Dec 6, 2024
1 parent 4cab16e commit 5705d27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions code/modules/projectiles/guns/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@
/obj/item/attachable/flashlight,
/obj/item/attachable/foldable/bipod,
/obj/item/attachable/magnetic_harness,
/obj/item/attachable/scope,
/obj/item/attachable/scope/mini,
/obj/item/attachable/focuslens,
/obj/item/attachable/widelens,
/obj/item/attachable/heatlens,
Expand Down Expand Up @@ -264,9 +262,6 @@
/obj/item/attachable/flashlight,
/obj/item/attachable/foldable/bipod,
/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_ENERGY|GUN_AMMO_COUNT_BY_SHOTS_REMAINING|GUN_NO_PITCH_SHIFT_NEAR_EMPTY
attachable_offset = list("muzzle_x" = 34, "muzzle_y" = 14,"rail_x" = 18, "rail_y" = 18, "under_x" = 23, "under_y" = 10, "stock_x" = 22, "stock_y" = 12)
Expand Down Expand Up @@ -447,8 +442,6 @@
/obj/item/attachable/lasersight,
/obj/item/attachable/flashlight,
/obj/item/attachable/magnetic_harness,
/obj/item/attachable/scope/marine,
/obj/item/attachable/scope/mini,
/obj/item/weapon/gun/flamer/mini_flamer,
/obj/item/attachable/motiondetector,
/obj/item/attachable/buildasentry,
Expand Down Expand Up @@ -556,7 +549,6 @@
/obj/item/attachable/reddot,
/obj/item/attachable/lasersight,
/obj/item/attachable/flashlight,
/obj/item/attachable/scope/mini,
/obj/item/attachable/lace,
/obj/item/attachable/gyro,
/obj/item/attachable/flashlight/under,
Expand Down Expand Up @@ -911,8 +903,6 @@
/obj/item/attachable/bayonetknife/som,
/obj/item/attachable/flashlight,
/obj/item/attachable/magnetic_harness,
/obj/item/attachable/scope/marine,
/obj/item/attachable/scope/mini,
/obj/item/weapon/gun/grenade_launcher/underslung,
/obj/item/weapon/gun/flamer/mini_flamer,
/obj/item/attachable/motiondetector,
Expand Down Expand Up @@ -1021,7 +1011,6 @@
/obj/item/attachable/lasersight,
/obj/item/attachable/flashlight,
/obj/item/attachable/magnetic_harness,
/obj/item/attachable/scope/mini,
/obj/item/weapon/gun/flamer/mini_flamer,
/obj/item/attachable/motiondetector,
/obj/item/attachable/buildasentry,
Expand Down
3 changes: 0 additions & 3 deletions code/modules/projectiles/guns/shotguns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,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 5705d27

Please sign in to comment.