From 79e131fcb6b915bd2cc9dbc5331af727121b0b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Venturino?= Date: Wed, 28 Jan 2026 17:20:27 -0300 Subject: [PATCH 1/3] Fix mistake in `SMODS.add_to_pool` documentation --- Internal-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internal-Documentation.md b/Internal-Documentation.md index d1fe567..fcddb13 100644 --- a/Internal-Documentation.md +++ b/Internal-Documentation.md @@ -109,4 +109,4 @@ Returned a signed string of `val` as dollars, prefixed with "$" if positive and Returns the result of multiplying `base` and `perma + 1`. #### `SMODS.add_to_pool(prototype_obj, args) -> bool?, table?` Helper function to check if an object can be added into a pool, -- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `false`. \ No newline at end of file +- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `true`. \ No newline at end of file From ed805e3207db423c89570754657d21e21fc1ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Venturino?= Date: Fri, 6 Feb 2026 17:00:50 -0300 Subject: [PATCH 2/3] `never_scores` in SMODS.Enhancement --- SMODS.Center/SMODS.Enhancement.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SMODS.Center/SMODS.Enhancement.md b/SMODS.Center/SMODS.Enhancement.md index e4c2ae9..b9cbf35 100644 --- a/SMODS.Center/SMODS.Enhancement.md +++ b/SMODS.Center/SMODS.Enhancement.md @@ -38,6 +38,7 @@ - `any_suit`: If `true`, enhanced card counts as any suit. - `shatters`: If `true`, enhanced card breaks on destruction like a Glass Card. - `always_scores`: If `true`, enhanced card always counts in scoring. + - `never_scores`: If `true`, enhanced card never counts in scoring (supersedes `always_scores`). - `weight`: The weighting of the enhancement, follows same rules as other weighted objects *(default weight is 5)*. ## API methods From 5c982491e2b1d99e401d15fa506bd12c842a45eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Venturino?= Date: Fri, 6 Feb 2026 17:01:41 -0300 Subject: [PATCH 3/3] i always do the same thing :) --- SMODS.Center/SMODS.Enhancement.md | 1 - 1 file changed, 1 deletion(-) diff --git a/SMODS.Center/SMODS.Enhancement.md b/SMODS.Center/SMODS.Enhancement.md index b9cbf35..e4c2ae9 100644 --- a/SMODS.Center/SMODS.Enhancement.md +++ b/SMODS.Center/SMODS.Enhancement.md @@ -38,7 +38,6 @@ - `any_suit`: If `true`, enhanced card counts as any suit. - `shatters`: If `true`, enhanced card breaks on destruction like a Glass Card. - `always_scores`: If `true`, enhanced card always counts in scoring. - - `never_scores`: If `true`, enhanced card never counts in scoring (supersedes `always_scores`). - `weight`: The weighting of the enhancement, follows same rules as other weighted objects *(default weight is 5)*. ## API methods