(a00338777) v0.9.2.1
This commit is contained in:
@@ -28,6 +28,9 @@ namespace Barotrauma
|
||||
{
|
||||
monsterFile = prefab.ConfigElement.GetAttributeString("monsterfile", "");
|
||||
monsterCount = prefab.ConfigElement.GetAttributeInt("monstercount", 1);
|
||||
|
||||
description = description.Replace("[monster]",
|
||||
TextManager.Get("character." + System.IO.Path.GetFileNameWithoutExtension(monsterFile)));
|
||||
}
|
||||
|
||||
public override void Start(Level level)
|
||||
@@ -66,9 +69,9 @@ namespace Barotrauma
|
||||
|
||||
|
||||
if (activeMonsters.Any()) { return; }
|
||||
#if CLIENT
|
||||
|
||||
ShowMessage(state);
|
||||
#endif
|
||||
|
||||
state = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user