merging 1.7.5 source: windows changes
This commit is contained in:
@@ -74,7 +74,7 @@ public class WndInfoItem extends Window {
|
||||
String title;
|
||||
String info;
|
||||
|
||||
if (heap.type == Type.CHEST) {
|
||||
if (heap.type == Type.CHEST || heap.type == Type.MIMIC) {
|
||||
title = TTL_CHEST;
|
||||
info = TXT_WONT_KNOW;
|
||||
} else if (heap.type == Type.TOMB) {
|
||||
|
||||
Reference in New Issue
Block a user