TITANIC: Fix SuccUBus not always redirecting 'nowhere' glyphs to Bilge

This commit is contained in:
Paul Gilbert 2017-08-06 21:49:23 -04:00
parent b818656a85
commit 9c4316b46b

View File

@ -76,7 +76,7 @@ const SuccUBusFlagsEntry SUCCUBUS_ROOMS[SUCCUBUS_ROOMS_SIZE] = {
};
int CRoomFlags::getConditionally() const {
if (getRoomArea() != 5 || getRoomCategory() != 5)
if (getRoomArea() != 5 || getRoomCategory())
return _data;
else
return 5;