diff options
-rw-r--r-- | engines/titanic/carry/liftbot_head.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/carry/liftbot_head.cpp b/engines/titanic/carry/liftbot_head.cpp index 227a06a7bc..8da2fe1f70 100644 --- a/engines/titanic/carry/liftbot_head.cpp +++ b/engines/titanic/carry/liftbot_head.cpp @@ -55,6 +55,8 @@ bool CLiftbotHead::UseWithOtherMsg(CUseWithOtherMsg *msg) { CActMsg actMsg("AddRightHead"); actMsg.execute("FaultyLiftbot"); setVisible(false); + } else { + petAddToInventory(); } return true; |