Skip to content

Commit

Permalink
tiny fix for hivelord.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Venuska1117 committed Nov 29, 2024
1 parent 7f35a51 commit 3876c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/castes/Hivelord.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
speed = XENO_SPEED_TIER_2

available_strains = list(
/datum/xeno_strain/resin_whisperer,
/datum/xeno_strain/designer,
/datum/xeno_strain/resin_whisperer,
/datum/xeno_strain/designer,
)

evolution_allowed = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
xeno_cooldown = initial(xeno_cooldown)
return ..()

// Greather Resin Surge.

/datum/action/xeno_action/verb/verb_greather_surge()
set category = "Alien"
Expand Down

0 comments on commit 3876c0f

Please sign in to comment.