Some more fabricable chemicals, made cargo missions more common, items in characters' inventories aren't affected by fire

This commit is contained in:
Regalis
2016-04-24 20:33:33 +03:00
parent c08029dea8
commit 45e3bed07c
9 changed files with 75 additions and 16 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ namespace Barotrauma
selectedSlot = containerRect.Contains(PlayerInput.MousePosition) && !Locked ? slotIndex : -1;
GUI.DrawRectangle(spriteBatch, containerRect, Color.Black * 0.8f, true);
GUI.DrawRectangle(spriteBatch, new Rectangle(containerRect.X, containerRect.Y, containerRect.Width, containerRect.Height - 50), Color.Black * 0.8f, true);
GUI.DrawRectangle(spriteBatch, containerRect, Color.White);
Item[] containedItems = null;