Unstable 1.1.14.0
This commit is contained in:
@@ -319,7 +319,7 @@ namespace Barotrauma
|
||||
|
||||
if (causeOfDeath.DamageSource is Item item)
|
||||
{
|
||||
if (item.HasTag("tool"))
|
||||
if (item.HasTag(Tags.ToolItem))
|
||||
{
|
||||
UnlockAchievement(causeOfDeath.Killer, "killtool".ToIdentifier());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user