From 062fc4610b1537de1aceab4613e41f72a7d37bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20P=C3=A9ntek?= Date: Sat, 23 Mar 2024 16:43:06 +0100 Subject: [PATCH] doc clarification --- game_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_api.txt b/game_api.txt index c1ecd05d..70654c2b 100644 --- a/game_api.txt +++ b/game_api.txt @@ -87,7 +87,7 @@ Additionally, callbacks can be registered to transfer items to the bones on deat `bones.register_collect_items(callback)` -Functions registered this way won't be called if `bones_mode` is `keep`. +Functions registered this way won't be called if `bones_mode` is `keep` or in case of the death of a creative player. `callback` is a `function(player)` which `return`s a table of items to be transferred.