Skip to content

Commit

Permalink
xeno __defines
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 29, 2023
1 parent 8f252be commit 0ad85b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions code/__DEFINES/xeno.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#define TUNNEL_ENTER_BIG_XENO_DELAY 120
#define TUNNEL_ENTER_LARVA_DELAY 10

/// The duration it takes a player controlled facehugger to leap or hug adjacently
#define FACEHUGGER_WINDUP_DURATION 1 SECONDS

// Defines for action types and click delays used by xenomorph/unarmedattack() and attack_alien().

/// Full attack delay.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/// The duration it takes a player controlled facehugger to leap or hug adjacently
#define FACEHUGGER_WINDUP_DURATION 1 SECONDS

/datum/action/xeno_action/activable/pounce/facehugger
name = "Leap"
action_icon_state = "pounce"
Expand Down

0 comments on commit 0ad85b3

Please sign in to comment.