better debug

This commit is contained in:
ineed bots
2023-07-15 16:01:35 -06:00
parent 2d719726dc
commit 120b3edec6
4 changed files with 47 additions and 7 deletions

View File

@@ -126,6 +126,11 @@ GoDoPowerup( eObj )
return;
}
if ( !isDefined( powerup ) || !isDefined( powerup.origin ) )
{
return;
}
if ( distance( powerup.origin, self.origin ) > 64 )
{
eObj.sReason = "not touching it";