diff options
Diffstat (limited to 'npc/craft/options.txt')
-rw-r--r-- | npc/craft/options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 289ccb4b5..4570a7b25 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -479,6 +479,10 @@ function script csys_WeaponFix { if (compare("savior", strtolower(getitemname(getarg(0))))) @csysArmor=@csysArmor|CSYS_SAVIOR; + // Lightbringer + if (getarg(0) == Lightbringer) + @csysArmor=@csysArmor|CSYS_SAVIOR; + return; } |