Barbecue Party Action and Reflex Game Set Age 4+ Toy

J8P35KA6
$15.00 $19.00
In Stock

Description

It's time for the barbecue, but watch out, cooking your own food is more difficult than it looks. Because our friend's barbecue tools are very delicate Grid jumps with it in the air.

  • Kids can grill indoors or take the group outside and grill just like their parents!
  • Friendly and original character
  • But beware ! this barbecue is very ticklish: if your hand is too heavy, you blow everything up
  • Features a happy smiling tickleish babecue base.
  • Includes 16 wide eyed food item characters and barbeque tongs.
  • Teaches tun based game play.
  • Develops fine motor skills.
  • Surprise effect
  • From 4 years old
  • Game duration: 15 minutes

Related Products

You might also like

Whoops! There was an error.
Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 757760 bytes) Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Allowed memory size of 33554432 bytes exhausted (tried to allocate 757760 bytes)" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalErrorException in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129
0
Symfony
\
Component
\
Debug
\
Exception
\
FatalErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void