Exemplo n.º 1
0
func RejectUse(object clonk)
{
	return !clonk->HasHandAction() || !clonk->IsWalking() || !CanStrikeWithWeapon(clonk);
}
Exemplo n.º 2
0
func RejectUse(object clonk)
{
	return !clonk->IsWalking();
}