Improved MiniMap: shows hull integrity and oxygen levels, and can be configured to only show oxy/water data if the rooms have detectors in place
+ itemprefab "aliases" (allows changing item names while keeping backwards compatibility with older sub files)
This commit is contained in:
@@ -1549,7 +1549,7 @@ namespace Barotrauma
|
||||
ItemPrefab ip = ep as ItemPrefab;
|
||||
if (ip == null) continue;
|
||||
|
||||
if (ip.Name != name) continue;
|
||||
if (ip.Name != name && (ip.Aliases == null || !ip.Aliases.Contains(name))) continue;
|
||||
|
||||
if (rect.Width==0 && rect.Height==0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user