Fix tools attached to Clonks after their deaths (#1974)

install-platforms
Lukas Werling 2018-01-08 19:42:30 +01:00
parent e200aa58b3
commit 6e52963828
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ protected func Death(int killed_by)
}
}
CloseEyes(1);
UpdateAttach();
return true;
}