Skip to content

Commit

Permalink
Defender can use regenerate skin while resting (#16333)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdav123 authored Jul 15, 2024
1 parent 208ebbb commit f879a32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
action_icon_state = "regenerate_skin"
action_icon = 'icons/Xeno/actions/defender.dmi'
desc = "Regenerate your hard exoskeleton skin, restoring some health and removing all sunder."
use_state_flags = ABILITY_USE_FORTIFIED|ABILITY_USE_CRESTED|ABILITY_TARGET_SELF|ABILITY_IGNORE_SELECTED_ABILITY|ABILITY_KEYBIND_USE_ABILITY
use_state_flags = ABILITY_USE_FORTIFIED|ABILITY_USE_CRESTED|ABILITY_TARGET_SELF|ABILITY_IGNORE_SELECTED_ABILITY|ABILITY_KEYBIND_USE_ABILITY|ABILITY_USE_LYING
ability_cost = 160
cooldown_duration = 1 MINUTES
keybind_flags = ABILITY_KEYBIND_USE_ABILITY
Expand Down

0 comments on commit f879a32

Please sign in to comment.