Skip to content

Commit

Permalink
Defiler and carrier can now pick reagents/huggers while staggered (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdav123 authored Dec 2, 2024
1 parent f843a91 commit 6623b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ GLOBAL_LIST_INIT(hugger_images_list, list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_CHOOSE_HUGGER,
KEYBINDING_ALTERNATE = COMSIG_XENOABILITY_SWITCH_HUGGER,
)
use_state_flags = ABILITY_USE_LYING
use_state_flags = ABILITY_USE_LYING|ABILITY_USE_STAGGERED

/datum/action/ability/xeno_action/choose_hugger_type/give_action(mob/living/L)
. = ..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
action_icon_state = "select_reagent0"
action_icon = 'icons/Xeno/actions/defiler.dmi'
desc = "Selects which reagent to use for reagent slash and noxious gas. Neuro causes increasing pain and stamina damage. Hemodile slows targets down, multiplied by each other xeno-based toxin. Transvitox converts burns to toxin, and causes additional toxin damage when they take brute damage, both effects multiplied by other xeno-based toxins. Ozelomelyn purges all medicines from their system rapidly and causes minor toxin damage."
use_state_flags = ABILITY_USE_BUSY|ABILITY_USE_LYING
use_state_flags = ABILITY_USE_BUSY|ABILITY_USE_LYING|ABILITY_USE_STAGGERED
keybinding_signals = list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_SELECT_REAGENT,
KEYBINDING_ALTERNATE = COMSIG_XENOABILITY_RADIAL_SELECT_REAGENT,
Expand Down

0 comments on commit 6623b2b

Please sign in to comment.