diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-06 08:49:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-06 08:49:42 -0300 |
commit | a54776898210edf8e74826a49709cadaa8c3c5f3 (patch) | |
tree | de15eb2de1977c5296021be34cce3a26c2393436 /npc/commands | |
parent | 117737ce26125cf41a8f6de4b2e7a0fefb4e164f (diff) | |
download | serverdata-a54776898210edf8e74826a49709cadaa8c3c5f3.tar.gz serverdata-a54776898210edf8e74826a49709cadaa8c3c5f3.tar.bz2 serverdata-a54776898210edf8e74826a49709cadaa8c3c5f3.tar.xz serverdata-a54776898210edf8e74826a49709cadaa8c3c5f3.zip |
Allow transference of Aegis Shield in case winner doesn't wishes to keep it.
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/grantpower.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/grantpower.txt b/npc/commands/grantpower.txt index 96a7ac1c2..81d599800 100644 --- a/npc/commands/grantpower.txt +++ b/npc/commands/grantpower.txt @@ -30,7 +30,7 @@ OnCall: rif(countitem(DemureAxe), l("Demure's Axe")), DemureAxe, rif(countitem(Tyranny), l("Tyranny")), Tyranny, rif(countitem(Runestaff), l("Runestaff")), Runestaff, - //rif(countitem(AegisShield), l("Aegis Shield")), AegisShield, + rif(countitem(AegisShield), l("Aegis Shield")), AegisShield, l("Abort"), 0; mes ""; .@ori=getcharid(0); |