menu entry swapper: Add Spria to NPC Contact swap (#13070)
This commit also reformats the NPC Contact swap list to match the ingame dialog.
This commit is contained in:
@@ -311,9 +311,10 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
swap("view offer", "abort offer", () -> shiftModifier() && config.swapGEAbort());
|
||||
|
||||
Arrays.asList(
|
||||
"honest jimmy", "bert the sandman", "advisor ghrim", "dark mage", "lanthus", "turael", "mazchna", "vannaka",
|
||||
"chaeldar", "nieve", "steve", "duradel", "krystilia", "konar", "murphy", "cyrisus", "smoggy", "ginea", "watson",
|
||||
"barbarian guard", "amy", "random"
|
||||
"honest jimmy", "bert the sandman", "advisor ghrim", "dark mage", "lanthus", "spria", "turael",
|
||||
"mazchna", "vannaka", "chaeldar", "nieve", "steve", "duradel", "krystilia", "konar",
|
||||
"murphy", "cyrisus", "smoggy", "ginea", "watson", "barbarian guard", "amy",
|
||||
"random"
|
||||
).forEach(npc -> swap("cast", "npc contact", npc, () -> shiftModifier() && config.swapNpcContact()));
|
||||
|
||||
swap("value", "buy 1", () -> shiftModifier() && config.shopBuy() == BuyMode.BUY_1);
|
||||
|
||||
Reference in New Issue
Block a user