diff --git a/RELEASE/scripts/autoscend/autoscend_header.ash b/RELEASE/scripts/autoscend/autoscend_header.ash index 393be203f..50dbbedad 100644 --- a/RELEASE/scripts/autoscend/autoscend_header.ash +++ b/RELEASE/scripts/autoscend/autoscend_header.ash @@ -522,6 +522,7 @@ void auto_useBlackMonolith(); boolean auto_haveAugustScepter(); void auto_scepterSkills(); void auto_lostStomach(); +boolean auto_haveJillOfAllTrades(); ######################################################################################################## //Defined in autoscend/paths/actually_ed_the_undying.ash diff --git a/RELEASE/scripts/autoscend/iotms/mr2023.ash b/RELEASE/scripts/autoscend/iotms/mr2023.ash index a2ecb443b..78df2ae75 100644 --- a/RELEASE/scripts/autoscend/iotms/mr2023.ash +++ b/RELEASE/scripts/autoscend/iotms/mr2023.ash @@ -474,3 +474,12 @@ void auto_lostStomach(boolean force) use_skill($skill[Aug. 16th: Roller Coaster Day!]); } } + +boolean auto_haveJillOfAllTrades() +{ + if(auto_have_familiar($familiar[Jill-of-All-Trades])) + { + return true; + } + return false; +}