We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68ea6a commit 3efb412Copy full SHA for 3efb412
tnt/components/uncheese_mislead/main.tpa
@@ -27,6 +27,16 @@ COPY_EXISTING ~mislead.spl~ ~override/%mislead_spell%.spl~
27
parameter1 = 20 // %
28
parameter2 = CURRENT_HP_MOD_TYPE_percentage
29
END
30
+ // Disable physical attacks
31
+ LPF ADD_SPELL_EFFECT
32
+ INT_VAR
33
+ opcode = OPCODE_attacks_per_round_mod
34
+ insert_point = 1
35
+ target = TARGET_FX_self
36
+ parameter1 = 0 // value: no attacks
37
+ parameter2 = 1 // mode: set to value
38
+ timing = TIMING_permanent
39
+ END
40
// Some buttons are still enabled with fixpack, for some reason. Disabling them.
41
PATCH_FOR_EACH btn IN
42
BUTTON_use_item
0 commit comments