From 6e529638281bf6a83357a64491d4de4179081812 Mon Sep 17 00:00:00 2001 From: Lukas Werling Date: Mon, 8 Jan 2018 19:42:30 +0100 Subject: [PATCH] Fix tools attached to Clonks after their deaths (#1974) --- planet/Objects.ocd/Clonk.ocd/Script.c | 1 + 1 file changed, 1 insertion(+) diff --git a/planet/Objects.ocd/Clonk.ocd/Script.c b/planet/Objects.ocd/Clonk.ocd/Script.c index fa9a7b6eb..47a0cb27d 100644 --- a/planet/Objects.ocd/Clonk.ocd/Script.c +++ b/planet/Objects.ocd/Clonk.ocd/Script.c @@ -169,6 +169,7 @@ protected func Death(int killed_by) } } CloseEyes(1); + UpdateAttach(); return true; }