From 7919c7c4c170bfa1d71942890654e38d8d9a0dd8 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Mon, 15 Jul 2024 17:37:50 +0800 Subject: [PATCH] InitalCommit --- code/modules/projectiles/guns/rifles.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/rifles.dm b/code/modules/projectiles/guns/rifles.dm index ad85220400fb..ebcd8edbcd74 100644 --- a/code/modules/projectiles/guns/rifles.dm +++ b/code/modules/projectiles/guns/rifles.dm @@ -1227,6 +1227,7 @@ fire_sound = 'sound/weapons/gun_hpr.ogg' aim_slowdown = SLOWDOWN_ADS_LMG current_mag = /obj/item/ammo_magazine/rifle/lmg + starting_attachment_types = list(/obj/item/attachable/bipod) attachable_allowed = list( /obj/item/attachable/suppressor, /obj/item/attachable/reddot,