From 1766f9e8150920199ff81526dcf9d8180d15ebc2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Jun 2017 21:17:25 -0400 Subject: TITANIC: Return long stick to inventory after hitting bomb glass with it --- engines/titanic/carry/long_stick.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/titanic/carry/long_stick.cpp b/engines/titanic/carry/long_stick.cpp index 77f888b6d8..5eb468fbd9 100644 --- a/engines/titanic/carry/long_stick.cpp +++ b/engines/titanic/carry/long_stick.cpp @@ -52,6 +52,7 @@ bool CLongStick::UseWithOtherMsg(CUseWithOtherMsg *msg) { } else if (msg->_other->isEquals("Bomb")) { CActMsg actMsg("Hit"); actMsg.execute("Bomb"); + petAddToInventory(); } else { return CCarry::UseWithOtherMsg(msg); } -- cgit v1.2.3