summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-02-21 19:56:32 +0100
committerFedja Beader <fedja@protonmail.ch>2023-02-21 19:56:32 +0100
commit6ff79cd6b1bdb4d049b64a50c378ae2b904c5833 (patch)
tree5e285c8542de07992eab5eb057c426cf9f378e2b
parent53240cf7208a6a066004118fb0064212a9139bba (diff)
downloadserverdata-arcmage_card_drop.tar.gz
serverdata-arcmage_card_drop.tar.bz2
serverdata-arcmage_card_drop.tar.xz
serverdata-arcmage_card_drop.zip
Clarify commentarcmage_card_drop
https://git.themanaworld.org/ml/serverdata/-/merge_requests/88
-rw-r--r--npc/items/arcmage.txt2
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);