diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index a8cfc044..57ebf221 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -802,7 +802,7 @@ namespace TShockAPI } if ((player.State < 10 || player.Dead) && (int) type > 12 && (int) type != 16 && (int) type != 42 && (int) type != 50 && - (int) type != 38) + (int) type != 38 && (int) type != 5 && (int) type != 21) { e.Handled = true; return;