Implement ID card slot and ID card description that states the owner and his job in preparation for identity system
This commit is contained in:
@@ -130,6 +130,7 @@ namespace Barotrauma
|
||||
{
|
||||
item.AddTag(s);
|
||||
}
|
||||
item.Description = "This belongs to " + character.Name + ", the " + Name + ".";
|
||||
}
|
||||
|
||||
if (parentItem != null) parentItem.Combine(item);
|
||||
|
||||
Reference in New Issue
Block a user