Остання активність 1746307826

Версія fae7ae9cb3a864bb0a19cd7b70dabdf971dcbbe7

mind.lua Неформатований
1while true
2do
3 thought = mind:getThought()
4 if not thought:makesSubjectSad() then
5 thought:Destroy()
6 end
7 wait(5)
8end