Skip to content

Commit

Permalink
nerfds (#4879)
Browse files Browse the repository at this point in the history
reduces the range of the acog to be what it was originally intended(far worse than the guild scope). Also fixes a mispelling, it's an AGOG not an ACOG, very big difference im  sure you agree.
  • Loading branch information
cdb-is-not-good authored Dec 3, 2023
1 parent 48c974f commit 59aaba5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/datums/autolathe/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
build_path = /obj/item/gun_upgrade/muzzle/silencer

/datum/design/autolathe/sec/acog
name = "acog scope"
name = "AGOG scope"
build_path = /obj/item/gun_upgrade/scope/acog
materials = list(MATERIAL_GLASS = 4, MATERIAL_STEEL = 2) // Double materials, prevents obtaining more than used.

Expand Down
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/mods/mods.dm
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@
..()
var/datum/component/item_upgrade/I = AddComponent(/datum/component/item_upgrade)
I.weapon_upgrades = list(
GUN_UPGRADE_OFFSET = 0.9,
GUN_UPGRADE_ZOOM = 1 // 8 extra tiles of vision
GUN_UPGRADE_OFFSET = 0.5,
GUN_UPGRADE_ZOOM = 0.5 // 3 extra tiles of vision
)
I.gun_loc_tag = GUN_SCOPE
I.req_gun_tags = list(GUN_SCOPE)
Expand Down

0 comments on commit 59aaba5

Please sign in to comment.