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] 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