Adds a scope component, removes old zooming and adds sniper marksman ammo. (#66218)

Removes the old sniper rifle zoom, replaces it with a scope component. the scope activates on right click and lets your camera follow your mouse.
https://streamable.com/2c63u4 (due to byond rounding some shots were weirdly missed in that video, its fixed now)
Also adds sniper marksman ammo to the nukie uplink. It does slightly less damage, but it is hitscan and has one guaranteed ricochet shot, so you can shoot a wall and it could still hit someone.
This commit is contained in:
Fikou
2022-04-25 15:03:49 -07:00
committed by GitHub
parent a156d7e3d0
commit 742b272f52
20 changed files with 247 additions and 94 deletions
@@ -23,3 +23,9 @@
desc = "An extremely powerful round capable of passing straight through cover and anyone unfortunate enough to be behind it."
ammo_type = /obj/item/ammo_casing/p50/penetrator
max_ammo = 5
/obj/item/ammo_box/magazine/sniper_rounds/marksman
name = "sniper rounds (marksman)"
desc = "An extremely fast sniper round able to pretty much instantly shoot through something."
ammo_type = /obj/item/ammo_casing/p50/marksman
max_ammo = 5