(85018077f) HONK: Characters play Entrance of the Gladiators on the guitar when wearing a clown mask. Closes #1333
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user