diff --git a/astrology.lic b/astrology.lic index a2a3645e42..080ff9ee09 100644 --- a/astrology.lic +++ b/astrology.lic @@ -86,7 +86,7 @@ class Astrology def check_attunement return if DRSkill.getxp('Attunement') > 30 - ['', 'mana', 'moons', 'planets'].each do |target| + ['', 'mana', 'moons', 'planets', 'psychic', 'transduction', 'perception', 'moonlight'].each do |target| DRC.bput("perceive #{target}", 'roundtime') waitrt? end