From 73ea78887d6f7419b089af9ff322760231aca6c6 Mon Sep 17 00:00:00 2001 From: N Date: Thu, 14 May 2026 14:45:18 -0300 Subject: [PATCH] Document: context.area in context.create_shop_card --- Calculate-Functions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Calculate-Functions.md b/Calculate-Functions.md index 0302d65..d45b0e6 100644 --- a/Calculate-Functions.md +++ b/Calculate-Functions.md @@ -1111,6 +1111,7 @@ if context.create_shop_card then ```lua context.create_shop_card -- flag to identify this context, always TRUE context.set -- The selected set of the card that is to be created +context.area -- The area where the created card will be placed ``` ---