From c1159704e9ba61baf1a6049bfa14e32144a73097 Mon Sep 17 00:00:00 2001 From: X0-11 Date: Wed, 26 Jul 2023 21:12:27 +0100 Subject: [PATCH] sentinel beam to cov ordering --- code/modules/halo/Forerunner/sentinel.dm | 2 +- code/modules/halo/covenant/supply/covholyweapons.dm | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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