diff options
Diffstat (limited to 'engines/titanic')
-rw-r--r-- | engines/titanic/carry/long_stick.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |