Skip to content

Commit

Permalink
Merge pull request #3511 from YourPalHolidays/alpha
Browse files Browse the repository at this point in the history
Sentinel Update
  • Loading branch information
BDpuffy420 authored Oct 26, 2023
2 parents c94be2a + 2967f63 commit 8a0ebb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file modified code/modules/halo/Forerunner/Sentinel.dmi
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions code/modules/halo/Forerunner/sentinel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@

return ..()

/mob/living/simple_animal/hostile/sentinel/major
name = "Sentinel Major"
desc = "An automated defence drone made of advanced alien technology, this one seems to be a more advanced variant."
icon_state = "sentinel_major"
icon_living = "sentinel_major"
icon_dead = "sentinel_major_dead"
health = 200
maxHealth = 200

/mob/living/simple_animal/hostile/sentinel/player_sentinel
name = "Sentinel"
desc = "An automated defence drone made of advanced alien technology. This one seems to posses some higher-thought functions."
Expand Down

0 comments on commit 8a0ebb3

Please sign in to comment.