Skip to content

Commit

Permalink
confused wand of frost subcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Sep 15, 2021
1 parent 56c6d8b commit 8b9965b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tnt/tnt.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@ GROUP @200 /* Items */
REQUIRE_PREDICATE (ENGINE_IS ~tob bgee bg2ee iwdee~) @130 /* Requires Classic ToB or BG(2)EE or IWDEE engine */
INCLUDE ~%components%/potions_no_stack/main.tpa~

BEGIN @206 //AoE
BEGIN @206 // Single target
GROUP @200 /* Items */
SUBCOMPONENT @205 /* Sensible wand of frost */
OUTER_SET cone = 1
OUTER_SET cone = 0
INCLUDE ~%components%/wand_of_frost/main.tpa~
BEGIN @207 //Single target
BEGIN @207 // AoE
GROUP @200 /* Items */
SUBCOMPONENT @205 /* Sensible wand of frost */
OUTER_SET cone = 0
OUTER_SET cone = 1
INCLUDE ~%components%/wand_of_frost/main.tpa~

BEGIN @223 /* Potion of really mirrored eyes */
Expand Down

0 comments on commit 8b9965b

Please sign in to comment.