- added med bays to the vanilla subs
- some new wall prefabs - medical item statuseffect tweaking - fixed textBoxes not being deselected in waypoint editing hud after applying the changes
This commit is contained in:
@@ -284,14 +284,6 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
//List<string> highlightText;
|
||||
|
||||
//public List<string> HighlightText
|
||||
//{
|
||||
// get { return highlightText;}
|
||||
|
||||
//}
|
||||
|
||||
public Item(ItemPrefab itemPrefab, Vector2 position, Submarine submarine)
|
||||
: this(new Rectangle((int)position.X, (int)position.Y, (int)itemPrefab.sprite.size.X, (int)itemPrefab.sprite.size.Y), itemPrefab, submarine)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user