Skip to content

Commit

Permalink
sentinel beam to cov ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jul 26, 2023
1 parent bd45688 commit c115970
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/halo/Forerunner/sentinel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions code/modules/halo/covenant/supply/covholyweapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c115970

Please sign in to comment.