Show item IDs in inventory tooltips if debugdraw is enabled, itemspawner sync bugfix, characters can be revived (atm only through the debug console)

This commit is contained in:
Regalis
2016-02-09 20:00:53 +02:00
parent 5beaf43e17
commit 4e46c44d51
9 changed files with 76 additions and 9 deletions

View File

@@ -173,6 +173,11 @@ namespace Barotrauma
CrewManager.KillCharacter(character);
}
public void ReviveCharacter(Character character)
{
CrewManager.ReviveCharacter(character);
}
public bool LoadPrevious(GUIButton button, object obj)
{
SaveUtil.LoadGame(saveFile);