TITANIC: Fix floating lifbot head in lift 4

This commit is contained in:
Paul Gilbert 2017-08-11 20:07:52 -04:00
parent 7d60ccc463
commit 26ef2ce24b

View File

@ -55,6 +55,8 @@ bool CLiftbotHead::UseWithOtherMsg(CUseWithOtherMsg *msg) {
CActMsg actMsg("AddRightHead");
actMsg.execute("FaultyLiftbot");
setVisible(false);
} else {
petAddToInventory();
}
return true;