From da57f858ab4125b6c1e11f4579b48583a3e5ea5c Mon Sep 17 00:00:00 2001 From: Algonem <159506811+Algonem@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:56:08 -0600 Subject: [PATCH 1/2] Update astrology.lic Adds to Perception for targets --- astrology.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrology.lic b/astrology.lic index a2a3645e42..c80a2a913a 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 From 1d7d8191e495f3c3ee6714dece1b5803307d6baf Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:02:50 +1300 Subject: [PATCH 2/2] Update astrology.lic --- astrology.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrology.lic b/astrology.lic index c80a2a913a..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', 'psychic', 'transduction', 'perception', 'moonlight' ].each do |target| + ['', 'mana', 'moons', 'planets', 'psychic', 'transduction', 'perception', 'moonlight'].each do |target| DRC.bput("perceive #{target}", 'roundtime') waitrt? end