We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SMODS.add_to_pool
1 parent 61a0180 commit aece338Copy full SHA for aece338
1 file changed
Internal-Documentation.md
@@ -109,4 +109,4 @@ Returned a signed string of `val` as dollars, prefixed with "$" if positive and
109
Returns the result of multiplying `base` and `perma + 1`.
110
#### `SMODS.add_to_pool(prototype_obj, args) -> bool?, table?`
111
Helper function to check if an object can be added into a pool,
112
-- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `false`.
+- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `true`.
0 commit comments