In moxie sign
boolean in_moxie_sign()
Returns true if your ascension sign is a moxie sign otherwise false.
#If in moxie sign script will 'farm' the thugnerdome.
if(in_moxie_sign() && my_adventures > 0){
adventure(my_adventures(), $location[thugnerdome]);
}