Skip to content

Commit

Permalink
Behemoth roll (#593)
Browse files Browse the repository at this point in the history
* Negr

* fix

* Update code/modules/mob/living/carbon/xenomorph/castes/behemoth/behemoth.dm

Signed-off-by: Helg2 <[email protected]>

---------

Signed-off-by: Helg2 <[email protected]>
Co-authored-by: Helg2 <[email protected]>
  • Loading branch information
MeowEmiya and Helg2 authored Nov 1, 2024
1 parent 8775eee commit 8955d01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
drag_delay = 6
mob_size = MOB_SIZE_BIG
max_buckled_mobs = 2
pixel_x = -16
old_x = -16
pixel_x = -28.5
old_x = -28.5
footstep_type = FOOTSTEP_XENO_HEAVY


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
/datum/action/ability/xeno_action/xeno_resting,
/datum/action/ability/xeno_action/watch_xeno,
/datum/action/ability/activable/xeno/psydrain,
/datum/action/ability/xeno_action/ready_charge/behemoth_roll,
/datum/action/ability/activable/xeno/landslide,
/datum/action/ability/activable/xeno/earth_riser,
/datum/action/ability/activable/xeno/seismic_fracture,
Expand All @@ -60,6 +61,7 @@
/datum/action/ability/xeno_action/xeno_resting,
/datum/action/ability/xeno_action/watch_xeno,
/datum/action/ability/activable/xeno/psydrain,
/datum/action/ability/xeno_action/ready_charge/behemoth_roll,
/datum/action/ability/activable/xeno/landslide,
/datum/action/ability/activable/xeno/earth_riser,
/datum/action/ability/activable/xeno/seismic_fracture,
Expand Down
Binary file modified icons/Xeno/castes/behemoth/basic.dmi
Binary file not shown.
Binary file modified icons/Xeno/castes/behemoth/effects.dmi
Binary file not shown.

0 comments on commit 8955d01

Please sign in to comment.