diff options
-rw-r--r-- | npc/items/arcmage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/arcmage.txt b/npc/items/arcmage.txt index 038be82ce..2522612c8 100644 --- a/npc/items/arcmage.txt +++ b/npc/items/arcmage.txt @@ -38,7 +38,7 @@ function script MakeRandomArcmageCard { array_push(.@arcmagecards, KnightCardS); array_push(.@arcmagecards, HeroCardS); array_push(.@arcmagecards, NecromancerCardS); - // These cards does not have S version for drop + // These cards should NOT drop their S versions array_push(.@arcmagecards, SpeedCard); array_push(.@arcmagecards, ReflectCard); array_push(.@arcmagecards, PowerCard); |