diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-22 14:39:28 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-22 14:39:28 +0000 |
commit | d815c62c104c78b5beaec5aab280627684232083 (patch) | |
tree | 846de3280619a0eb0a6a05487e2b783dea3c326a | |
parent | 216b3c8a0fa1ea9f3f0ba4c4f8d4ed694e727b1c (diff) | |
parent | b1b013c54d3a05aa4caca0e1dbb7c01631bb9796 (diff) | |
download | serverdata-d815c62c104c78b5beaec5aab280627684232083.tar.gz serverdata-d815c62c104c78b5beaec5aab280627684232083.tar.bz2 serverdata-d815c62c104c78b5beaec5aab280627684232083.tar.xz serverdata-d815c62c104c78b5beaec5aab280627684232083.zip |
Merge branch 'arcmage_card_drop' into 'master'
Clarify comment
See merge request ml/serverdata!90
-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); |