diff --git a/code/modules/halo/Forerunner/sentinel.dm b/code/modules/halo/Forerunner/sentinel.dm index 17faa6094292e..5afbc00727cb8 100644 --- a/code/modules/halo/Forerunner/sentinel.dm +++ b/code/modules/halo/Forerunner/sentinel.dm @@ -54,7 +54,7 @@ /obj/item/weapon/gun/energy/laser/sentinel_beam/detached burst = 10 recharge_time = 1 - max_shots = 75 + max_shots = 150 // AI pathing landmark diff --git a/code/modules/halo/covenant/supply/covholyweapons.dm b/code/modules/halo/covenant/supply/covholyweapons.dm index ddeba16b4e8ec..68b6d18ef78eb 100644 --- a/code/modules/halo/covenant/supply/covholyweapons.dm +++ b/code/modules/halo/covenant/supply/covholyweapons.dm @@ -27,6 +27,12 @@ cost = 800 containername = "\improper Sanctified Binary Rifle crate" +/decl/hierarchy/supply_pack/covenant_holy_weapons/sentinelbeam + name = "Anointed Sentinel Beam" + contains = list(/obj/item/weapon/gun/energy/laser/sentinel_beam/detached) + cost = 600 + containername = "\improper Anointed Sentinel Beam crate" + /* EXPLOSIVES */ /decl/hierarchy/supply_pack/covenant_holy_weapons/splintergrenade