(85018077f) HONK: Characters play Entrance of the Gladiators on the guitar when wearing a clown mask. Closes #1333

This commit is contained in:
Joonas Rikkonen
2019-03-30 15:35:07 +02:00
parent 8053f2ec9e
commit c244b33fe8
2 changed files with 3 additions and 5 deletions
@@ -369,11 +369,6 @@ namespace Barotrauma
return (targetTypes & targetType) != 0;
}
public bool HasTargetType(TargetType targetType)
{
return (targetTypes & targetType) != 0;
}
public virtual bool HasRequiredItems(Entity entity)
{
if (requiredItems == null) return true;