Thursday, June 26, 2025
32.4 C
Singapore

Elementary school boys who accidentally ate ecstasy thinking it was candy admitted to hospital

Four elementary school children in Riau, Indonesia, accidentally swallowed ecstasy pills. The children thought the psychoactive drug, belonging to one of the children’s father, was candy.

“The children thought the green pill in the father’s was candy. The pill was cut and distributed,” said Riau Police Public Relations Head Kombes Sunarto to reporters on Sep 9. The father was identified as a 46-year-old with the initials of ‘HR’.

The police said that the man’s 2-year-old son was the first to discover the drug in his father’s car at Bukit Batu sub-district of Bengkalis in Riau,  He thought it was candy and  gave it to his 8-year-old brother. His brother then cut up the candy and distributed them to his friends. The children who accidentally consumed the recreational, yet dangerous drug accidentally are aged 7-9 years.

“Four children shared the ecstasy pills, but one spat it out as it felt bitter. So while three became dizzy, one child was not affected,” said Sunarto. The affected children were immediately rushed to a nearby hospital, where they were given medical treatment.

See also  Extreme pain at 'every joint' after AstraZeneca jab: S'porean singer Kelly Poon

“Their condition has now improved. It has been treated,” said Sunarto.

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });