Files
Bubberstation/code/modules/projectiles/ammunition/ballistic/sniper.dm
Yobrocharlie e90c61a00b Lahti l39 (#92812)
## About The Pull Request

A new admin only weapon to kill people.
Scriptis told me he wanted this weapon upstream and mothblocks was like
"sure whatever"
see
https://discord.com/channels/326822144233439242/326831214667235328/1410700500550291619

## Why It's Good For The Game

Lets admins hit people with a gun that shoots a really big bullet, its
therapeutic
<img width="270" height="148" alt="image"
src="https://github.com/user-attachments/assets/020e2bc2-2d96-44eb-bafe-d34b82f71e93"
/>
<img width="205" height="150" alt="image"
src="https://github.com/user-attachments/assets/2c550ca5-7d5c-4fe2-a483-c4b229a2c31f"
/>
IRL comparison taken from some guys YT video
<img width="259" height="194" alt="image"
src="https://github.com/user-attachments/assets/4a536c4d-15ad-4ba4-9137-c2d5e106445e"
/>


## Changelog

3 new files and one dependent new sniper rifle which is worse than the
other sniper rifle and one new lahti-l39

🆑
add: Added the Lahti-L39 rifle
/🆑
2025-09-21 14:38:32 +02:00

46 lines
1.4 KiB
Plaintext

// .50 (Sniper)
/obj/item/ammo_casing/p50
name = ".50 BMG bullet casing"
desc = "A .50 BMG bullet casing."
caliber = CALIBER_50BMG
projectile_type = /obj/projectile/bullet/p50
icon_state = ".50"
newtonian_force = 1.5
/obj/item/ammo_casing/p50/surplus
name = ".50 BMG surplus bullet casing"
desc = "A .50 BMG surplus bullet casing."
projectile_type = /obj/projectile/bullet/p50/surplus
/obj/item/ammo_casing/p50/disruptor
name = ".50 BMG disruptor bullet casing"
desc = "A .50 BMG disruptor bullet casing."
projectile_type = /obj/projectile/bullet/p50/disruptor
icon_state = ".50disruptor"
/obj/item/ammo_casing/p50/incendiary
name = ".50 BMG incendiary bullet casing"
desc = "A .50 BMG incendiary bullet casing."
projectile_type = /obj/projectile/bullet/p50/incendiary
/obj/item/ammo_casing/p50/penetrator
name = ".50 BMG penetrator round bullet casing"
desc = "A .50 BMG penetrator round casing."
projectile_type = /obj/projectile/bullet/p50/penetrator
/obj/item/ammo_casing/p50/marksman
name = ".50 BMG marksman round bullet casing"
desc = "A .50 caliber marksman round casing."
projectile_type = /obj/projectile/bullet/p50/marksman
// Lahti 20x138mm rifle ammo //
/obj/item/ammo_casing/mm20x138
name = "20x138mm bullet casing"
desc = "A 20x138mm bullet casing."
caliber = CALIBER_50BMG
projectile_type = /obj/projectile/bullet/mm20x138
icon_state = ".50"
newtonian_force = 1.5