mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -44,3 +44,6 @@
|
||||
/obj/effect/projectile/impact/solar
|
||||
name = "solar impact"
|
||||
icon_state = "impact_solar"
|
||||
|
||||
/obj/effect/projectile/impact/sniper
|
||||
icon_state = "sniper"
|
||||
|
||||
@@ -35,3 +35,6 @@
|
||||
|
||||
/obj/effect/projectile/muzzle/solar
|
||||
icon_state = "muzzle_solar"
|
||||
|
||||
/obj/effect/projectile/muzzle/sniper
|
||||
icon_state = "sniper"
|
||||
|
||||
@@ -73,3 +73,6 @@
|
||||
/obj/effect/projectile/tracer/laser/emitter
|
||||
name = "emitter beam"
|
||||
icon_state = "emitter"
|
||||
|
||||
/obj/effect/projectile/tracer/sniper
|
||||
icon_state = "sniper"
|
||||
|
||||
Reference in New Issue
Block a user