Skip to content

Commit

Permalink
tweak(geras): Add a confirmation popup for gera transformation (space…
Browse files Browse the repository at this point in the history
…-wizards#29215)

* tweak(geras): Add a confirmation popup for gera transformation

* remove abstract parent
  • Loading branch information
Brandon-Huu authored Jul 28, 2024
1 parent d9286dd commit 4a9bd17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/actions/actions/polymorph.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gera-transformation-popup = This action will transform you. Use it again to confirm.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@
name: Morph into Geras
description: Morphs you into a Geras - a miniature version of you which allows you to move fast, at the cost of your inventory.
components:
- type: ConfirmableAction
popup: gera-transformation-popup
- type: InstantAction
itemIconStyle: BigAction
useDelay: 10 # prevent spam
Expand Down

0 comments on commit 4a9bd17

Please sign in to comment.