Skip to content

Commit

Permalink
Update Hivelord.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 26, 2024
1 parent 31e1ffb commit 44e95dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
weed_food_states = list("Hivelord_1","Hivelord_2","Hivelord_3")
weed_food_states_flipped = list("Hivelord_1","Hivelord_2","Hivelord_3")

/mob/living/carbon/xenomorph/hivelord/Initialize(mapload, mob/living/carbon/xenomorph/oldxeno, h_number)
. = ..()
sight |= SEE_TURFS

/datum/behavior_delegate/hivelord_base
name = "Base Hivelord Behavior Delegate"

Expand Down

0 comments on commit 44e95dc

Please sign in to comment.