tweak(geras): Add a confirmation popup for gera transformation (#29215)
* tweak(geras): Add a confirmation popup for gera transformation * remove abstract parent
This commit is contained in:
parent
d9a4828d8e
commit
cd549469f3
|
|
@ -0,0 +1 @@
|
|||
gera-transformation-popup = This action will transform you. Use it again to confirm.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue