Add pickers to a bunch of dialogue nodes that didn't have them.

This also includes something similar to the special node button dictionary for dialogue nodes.
This commit is contained in:
2025-03-02 19:35:41 -05:00
committed by Celtic Minstrel
parent b546f9c5e5
commit 6e94d23e05
3 changed files with 90 additions and 47 deletions

View File

@@ -156,7 +156,7 @@ enum class eSpecPicker {
FIELD, DAMAGE_TYPE, EXPLOSION,
STATUS, STATUS_PARTY,
SDF, LOCATION, RECTANGLE, TOGGLE,
EVENT, ITEM_CLASS,
EVENT, ITEM_CLASS, QUEST,
POINTER,
};