Skip to content

Commit

Permalink
Update Sentinel.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenDarkness55 authored Nov 1, 2024
1 parent 42254b1 commit 2a5934a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/mob/living/carbon/xenomorph/castes/Sentinel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
deevolves_to = list("Larva")
acid_level = 1

tackle_min = 3
tackle_max = 3
tackle_min = 4
tackle_max = 4
tackle_chance = 50
tacklestrength_min = 4
tacklestrength_max = 4
Expand Down Expand Up @@ -49,7 +49,6 @@
/datum/action/xeno_action/activable/slowing_spit, //first macro
/datum/action/xeno_action/activable/scattered_spit, //second macro
/datum/action/xeno_action/onclick/paralyzing_slash, //third macro
/datum/action/xeno_action/activable/hibernate, //fourth macro
/datum/action/xeno_action/onclick/tacmap,
)
inherent_verbs = list(
Expand Down

0 comments on commit 2a5934a

Please sign in to comment.