#general
1 messages ยท Page 133 of 1
sick
Lmao
not supposed to be like that
great ui
ah
that one is not finished
the other building types have good ui
use the sidebar button to instantly add 2000 draw calls
"good"
let me show
its not that bad
that said
really ought to make that description box fit at least 2 lines
probably 3
on my device
That textbox tho
its still very readable
Looks very cool
and it even displays the default gui during construction
ppl are gonna use their thumbs to scroll that there is no way that will feel comfortable
ill just scale it to be 3 lines
Ah then that's alright
@worldly carbon could you provide some assistance
look at that intuitive gui
else if(a > 0) {
for(int c = 1; c <= a; c++)
{
if(c <= a/2) {
b = a % c;
if(b == 0) {
cout << "The number is divisible by " << c << "." << endl;
prime = prime + c;
}
}
}
}
``` will this work properly for division by two
Why
now that i look at it
It works
i thought it was funny
the left listbox is 1 pixel smaller than the right one
aaaaaaa
the materials needed box is 1 pixel wider
i will punch a child
this must have to do with padding
ah right
hadestia's code
i cant decypher these
lol
#include <iostream>
using namespace std;
int main()
{
//variables for calculation
int a, b;
int prime = 0;
//number input
cout << "Please enter a number." << endl;
cin >> a;
//error message if user enters 0
if(a == 0)
{
cout << "Division by 0 is not possible!" << endl;
}
//checks if integer is positive, if yes, displays all possible divisors
else if(a > 0) {
for(int c = 1; c <= a; c++)
{
if(c <= a/2 || c == a) { //division cap
b = a % c;
if(b == 0) {
cout << "The number is divisible by " << c << "." << endl;
prime = prime + c;
}
}
}
}
//same sht but for negative numbers
else if(a < 0)
for(int c = -1; c >= a; c--) {
{
b = a % c;
if(c >= a/2 || c == a) { // division cap
if(b == 0) {
cout << "The number is divisible by " << c << "." << endl;
prime = prime + c;
}
}
}
}
if(prime == a+1 || prime == a-1) { //displays if prime number
cout << "This number is a prime number!" << endl;
}
//input if user wants to enter another number
string inp;
cout << "Do you want to enter another number? (Y = yes, any other character = no)" << endl;
cin >> inp;
if(inp == "Y" || inp == "y" || inp == "Yes" || inp == "yes") main();
else return 0;
}
yea can i get a
-- create rows on column2
local rows = GuiUtils.createLayouts{
parent = cols[2],
amount = 2,
vertical = false,
sizes = { 0.35, 0.65 },
contentPadding = {
0, {2, 0, 2, 2}
}
}
-- output info on row1
GuiUtils.addLineValue {
parent = rows[1],
--output name
label = resource.name,
--produce per day
value = string.format('+%d/day', output.produces),
alignLabel = { 0.06, 0.7 },
alignValue = { 0.5, 0.7 },
color = { 230, 230, 230 }
}
even better code
???????
documentation? you wish
does hadestia even know what they do?
sadly lua annotations do not have a good way to document table arguments
is it better to overdocument or underdocument your code
over
rather be reading too much than too little
that said
if its not meaningful, i dont want to see it
like
--output name
label = resource.name,
yea, i know
its right there
CI does need more documentation
tbh
been working on that
its already a big improvement
not that hadestia can take advantage of it with his mobile ide
//variables for calculation
int a, b; //this specific line states that there will be two variables of integer type, a and b, used in the calculation part
int prime = 0; //this line states that there is a variable titled 'prime', which is of integer type and equals to zero
//number input
cout << "Please enter a number." << endl; //outputs text "Please enter a number", inquiring the user to enter the number
cin >> a; //the user gets to enter the number
//error message if user enters 0
if(a == 0) //this if statement, i'm gonna call him billy, says that if variable a, which you enter, equals to zero, something will happen
{ //this is where billy starts
cout << "Division by 0 is not possible!" << endl; //outputs text "Division by 0 is not possible!", which tells the user that division by 0 is not possible
} //this is where billy ends
erk
how's the documentation
its like you asked chatgpt for documentation
oh yeah
the ai has spoke
is has documented ```
function IndustriBuilding.ofType(type)
---@type table<industriBuilding>
local result = {}
for id, building in pairs(IndustriBuilding.buildings) do
if building.type == type then
result[id] = building
end
end
return result
end
--- Finds all industriBuilding objects of the given type.
---@param type string @The type of industriBuilding to find.
---@return table<string, industriBuilding> @A table of industriBuilding objects, with their id as the key.
function IndustriBuilding.ofType(type)
-- Initialize an empty table to store the result
---@type table<industriBuilding>
local result = {}
-- Iterate over all buildings in IndustriBuilding.buildings
for id, building in pairs(IndustriBuilding.buildings) do
-- If the building's type matches the given type, add it to the result table
if building.type == type then
result[id] = building
end
end
-- Return the result table
return result
end
honestly
not bad
-- Return the result table
return result
amazing
lets see if it can remove redundant comments
it simply removed all the comments
kinda cool that it understands how to write the annotations
i have gotten it to generate the industribuilding class from its annotations alone
the fact it understood that disposed buildings should be removed from the buildings table
what will lusail stadium become
forgot about this game
a classic
I made grave mistakes
whoa whoa whoa now
Amsterdam looks good
@worldly carbon look, your house
Lubiฤ dzieci
๐คจ
Nah but it's 0% alcohol, I bet the restaurant is Government approved
๐
Give me your money @night sentinel
i have no money
There's a building in lusail that looks like 2 PS5's lolllllll
How?
Ask elon musk for some money
So true.
Nelauลพyk taisykliลณ
Lithuania is real estate
Kitaip bus blogai
Not at all why you think that?
No, ask equador about their killing spree of goats.
i may or may not have misread the second last wrod
true
?
๐ค๐ค
Why you think this?
when you try your best to understaaaaand
300k, no lowballers
i know what i got
Living in Haandersive district.
By any chance a vtuber?
no
me no brain try to not try understand
it is
I can't even send it anyway
good
Send something cooler instead
discord explicit filter working wonders
Go look buddy
i could tell you the name if i cared
I'll do you one better
if i wasnt rewriting a couple functions
Hmm
sounds like no firefox
@worldly carbon wanna eat jezus?
Nobody is using Internet explorer ๐ข
It's Belgium
suprise, its chromium
That's Chromium...
Nice fix
runs TheoTown just fine
it has nice small jiteery tabs, and a fantastic easteregg.
think Microsoft word still uses IE
Peak laptop repair
can confirm
๐ค
๐
๐คจ
Don't mind it
Yeah no wonder why i have the nickname for you
No wonder too
do not be horny
I'm not
I'm making someone else horny
that's bad influence on others
So?
ja
They think I'm there girlfriend
will ban the word ja again, but go on
do you agree with the decision to make 7th graders learn vectors
yes
my math teacher doesn't
Ja, hallo waar is de pindakaas
Het in de vriesvak
Okay doei gapper
Lists to do in netherlands: 1. Apetrots
I was recently explaining how to do a specific thing in math
But then realized they don't know vectors yet
i was crippled
@full jasper now this picture is better
๐
"vectors are overrated" ๐
Only my communist catgirl doesn't work on my phone for some reason
eastern european python developer
i bet on the eastern europa one.
remind me to bully kulche about paper factory animations
not only the python developer spends 5 hours automating 5 minute tasks, the code takes 5 days to run
also is that a political compass?
See! I was right.
ok that was too much
Kirigiri
What
'what hell is that, is there a new resource update?'
perfect
No
watch me add a rocket parts chain to it
youre right, im off the clock
what is this noelle main doing ganyu things
Is erk even getting paid
youre implying noelle isnt overworked
Hmm
๐ค๐ค
the best
i've commented on your commit twice
but today is not that day
that's like
500 times more than the usual work i do for ci
sick objection
hope youre ready for even more work
cheating on ganyu?
we need to bully kulche into updating the paper factory's animations
ganyu?
@ivory bone i will give you a buzzcut if you do not update the paper factory's animations
it's "easy"!
@ivory bone what he said
ive already written like
most of the jsons that are in the plugin rn
i even wrote documentation so you guys can figure out how to make CI drafts
only for me to be the only person writing them
speaking of
theres a lot of truck work still to be done
but i dont wanna
@rough tusk that's like your job
he just draws them
but we do require more resource trailers
the trucks are pretty modular now
what is
but theres only like 1 trailer per resource
The simping thing
hey gamers have you heard of complex industry
its just this little plugin were working on
wait dont tell me you actually dont know
weve been shtposting about this for like a year now
lol
there is a server if youd like access
No self advertising
it's a punishable offense
You're advertising still
It's only allowed for staff ||NOT|| to advertise
i didnt do any advertising
you said where to look to join a discord server
just pointed someone to the complex industry plugin by the complex industry team
of which i claim no affiliation
pointers are illegal in this side of memory safety
Here comes the garbage collector
at least i dont leave them dangling
or so you've thought
Only in dubai ๐
God I love that gif
its good
JVM GC real time preview
oh that's sick
Nice fail
Oh no
Oop
wtf ๐
I have no faith in the local governor
imagine pointers
How to made tunnel ingame?
What happened on #roast-ja-2022 ?
It's hell to make drafts for trucks with trailer๐
Wha-?
the message history was hidden on purpose
@gleaming orchid ^
okay
So please don't say anything else in there unless it's a roast
meanwhile in the west coast It rarely floods
mfw about:blank
Select the Terrain height and see the down Arrow,press it until the height of the road reach -1
@tawdry scroll @flat wave what's with all the alts
Both are tryhard to become alts
And idk which one which
Even though they have different tag number
Resource trailers? watcha mean
Now I await response
Do it belkan style
im legit so dumb
I was copying theotown files and I deleted theotown in the middle of copying
at least u got the files right?
right?
I managed to get managed plugins and plugins files only
Why
@rough tusk
Are you taking the exam?
Glad for you,at least now you don't waste time again downloading it back
Just realize my father send me the picture of my cat get inside the washing machine
This is the first day i go outside my city and He just acting goofy
@dense hare
so no I am not taking my exam
Tomorrow I only have 2 relatively ez exams so I was able to sleep a bit
And if everything goes fine, I wont have to go to school on Thursday
Me who Finish my final exam:
Sydney is undebatably one of the cities on earth
My neighbor move to Sydney last week
update: I got my plugins back city gon ๐
Hello chat
Where did you download from, the forum?
Check in manual buildings
Hi Bastinade
I'll ess
Or this
My mom wore my dog some clothes
That's the place but then the links are not showing up
now it looks like a lizard
I can't seem to see the buildings to use them
Where did you download the plugins from?
Because itpf it was from the forum you need to move the files into the plugin folder
O
Ptag files
TheoTown files are located under such directories:
โช๏ธ Windows: C:\Users(insert username)\TheoTown
โช๏ธ Linux: /home/$USER/TheoTown
โช๏ธ MacOS: /user/TheoTown
โช๏ธ Android: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files
By default you should be in /storage/emulated/0/
Reinstalling the game for Android will delete all files, unless you decide to keep the files when prompted by uninstaller.
Alternatively, you can access the files through in-built TheoTown file manager, accessible through the in-game menu.
You can find your plugin, music, region and city files there as well as logs for debugging purposes.
Follow this and check your plugin folder and see if it is there
pretty cool song actually
https://www.youtube.com/watch?v=ojD5LImM9Ag&ab_channel=FranciscoCallahan
Tham gia Facebook Vฦฐฦกng quแปc Quแปc ca hรดm nay!
https://www.facebook.com/groups/VuongQuocQuocCa
I put some fence in rear of the road what do you guys think?
I am on my phone
anyway happy 50th anniversary of "Dien Bien Phu in the air" victory
Who will win
Number 1 super power on the world
Or
One rice boi
Did you just respond a bot?
@iron sand can you screenshot the plugin tab?
You know bot don't respond your question right?
You have to click download
B-1 Lancer after seeing this:
Cho chแปฏ time
Or
Bรกt chรกo hร nh ?
It's not installed
What
vietnam language
It more like you read ramdon words
Thanks
You're welcome
Gen z be like
Boi im in 2000s
B52 and TU95 are probably my favourite bombers
What your in
2006
I like sleek and fast
So im older than you?
My area would be B-58 hustler and B-1
Yep
I see
@rough tusk
Sleek
Hai ฤแปฉa trแบป
What really!!
Yes
For me its Bรกt chรกo hร nh
i think the exam is different for each city and province
Yeah
Nice plane
Gonna put it down tho
I see you have taken the exam
Ys
Yo mean the Mil Mi-26?
That's huge
it's huge indeed
Nah i suppose to talk about this
That's support helicopter ?
Maybe
Its so beautiful and cool
we didnt have this helicopter in our air force back then tho
we only had this
Mil 6
which is now in the museum
Huge
oh the mig 25
However i don't think huge heli could get into battle
idk i just prefer Sukhoi stuff
lol
it wont go into battle
it's a transport heli
Yes the jet who pissed the Soviet
Yeah that was very vulnerable on rpg
how come
F50?
mig 25
Remember when a soviet pilot who escaped with Mig 25 to the Japan?
Uhhh
ah
i remember this jet now
yep
Get an entire year of both CuriosityStream and Nebula for just $14.79 here: http://CuriosityStream.com/mustard
Watch this video ad-free on Nebula: https://nebula.tv/videos/mustard-the-jet-that-terrified-the-west-the-mig25-foxbat
Watch Building The Worldโs Best Interceptor: https://nebula.tv/videos/mustard-building-the-worlds-best-interceptor-t...
i did watch a vid about it
Imagine without that accident the jet gonna become the most powerful jet ever esxit
it's gonna become the jet that is rumored to be the most powerful jet*
Can say US are lucky at some point
the accident just finally revealed the west the real power of the mig 25
Yeah
omfg where's my shader
Cool house
thhanks
Now dig tunnel
watcha think of my skin
don't ๐จ๐
very halal
i find it disrespectful
halal mode leaf
@fleet bone yeah let's not.
I won't im not rasict
Said that to American proganda
Stereotyping won't be tolerated either
Wallaa habibi
Not cool
Absolutely Halal brother
But don't make a joke of it i hate to see that.
Interior?
nope havent done
whyyy???
mashaallah my man leafy lookin' like an oil prince
lol
Don't get me wrong but copy someone way to talk it not funny
chill
what's wrong with saying 'walla habibi' ??
Huh?
I am Muslim myself but i feet some threat will come.
well he was warned for doing a stereotype joke before so he was confusing
Ah , it's a swering to god
just end the topic here
Yep
good
Now it's under construction and now i need nukes
roblox anime hair ๐๐๐๐๐๐๐๐๐
When we start to make highways, we find the grave of a random knight with his horse from hundreds of years
omw to get that
trailers for the trucks
like the semi trailer with planks
oversized trailers are just carrages for locomotives.
taking something wity you in a public or industrial vehchiles is called a cargo, yet taking something with you in a car (private) is called a shipment.
Nice dog
ah I see
I don't get it
I don't think we need it shaky
just make it move down through the ground very fast while adding smoke animations
Ah, I misunderstood lol
np
[racist word]
[german]
[jail]
[ban]
I love racing
Something happening inside
wow
Racism ๐๏ธ ๐
Im in international Airport
cant belive duolingo just called me an ะธะดะธะพั
Lol
I think i feel weird when learn Japan does to me
I now could read airport sign in Japanese properly
duo said that the apple speaks Dutch~
niceee
Duolingo knows learning a language is ๐ hard
yes
ive been trying to skip the whole unit after completing it halfway
but duo doesnt make the unit skippping test easy at all
lol
learning direct word translation is easy enough, word order and sentence structure are not 
and my house is fully done
nope survival
leaf you got a new rank role just now :0
im pretty hopeless in survival
nice
F
even on survival mode i use cheats xD
nice house
i dont think ive ever played a single world without cheats on
thanks
Hi leaf
hi
๐ ๐ โ ๐ ๐
From leaf to canada to brown leaf
๐ ๐ โ ๐ ๐ ๐ฟ
Here is what my phone recommends to put when i type "leaf"
intelligent
Smart
intercontinental
Phone ๐ฑ ๐ฒ โ๏ธ ๐ ๐ณ ๐คณ has the brain ๐ง ๐ ๐ ๐ ๐ ๐ณ
Peak intelligence
yes
star
bus๐
our microbuses's floors are made out of wood with metal
hows the snow today?
๐
pretty snowy
Slightly raining
Very slippery still
oh damnnn
So far my day's been pretty good though
I'm jealous
not the -30
nice
2ยฐC here
Lithuania?
Yep
That's very hot
atleast it isnt 38 degrees anymore
Feels like -3ยฐC apparently
same for me
feeels like is usually more accurate
Quite ironic because the whole december we've had snow and negative temperatures
And now as christmas comes no snow and no negative temperature
My city probably wouldn't have the winter festival and ice town because of war
im waiting for that one day we get snow 
How's the propaganda ther- actually wait that's political
It's 23ยฐ here, it feels freezing rather than hot
pol*tics ๐ณ
sad
ive been holed up in my room all day except for when i went to get food and cook, i wouldnt know what its like outside xD
poor rtobby, we must protest against nature so rtobby can have snow
Nuclear winter is needed
Pov: Qatari weather
Hot
I feel like my heat tolerance is at an all-time low
wow that's actually cooler than i thought
i thought it will be like 30
not much different here
I've already had like 2 or 3 heat strokes this year's summer
but i do love the 0% rain over there. cant even go to school without a raincoat or umbrella?
what does a heat stroke feel like?
Horrid
That's the onlt way to describe it
I still remember the one time i went kayaking and i got a 2nd degree sunburn
I like mole tincture ๐
Molar tincture
I was all red, i had blisters everywhere around my body and it felt like my body was burning
In late October to mid-february its cold, you'll get the 30ยฐ in normal months like April - June, then July - September it's summer and then it repeats
yikes
Hi
What is cold for you is hot for me
our bodies were built for where we live i guess
ive been in the sun all day and never got a sunburn in my life
After that kayaking experience i've started really liking clouds
clouds are nice
Oh and then my mind was set from "oh, the sun! cool!" to "f-ck the sun (both the celestial body and the news source)"
celeste
I used to think you get sunburned when you go to the beach and take a dip in the water
Because salt water
Salt ๐ง ๐ ๐ง ๐
I thought the red ones were rice
i mean the sun is nice but clouds are nicer. but clouds are unnice when it starts to rain
Why does my phone recommend the rice emoji when i write salt ๐ง ๐ ๐ ๐ ๐ ๐
our school uniform is almost entirely white if i get wet its like see through ๐ญ
Lucky for you
Our school uniform is dark
Which mean during summer
Unlucky for women
AAAAAAAAAAAA
No spamming.
Ocean water is so cold here ๐ญ๐ญ
It gets uncomfortably hot
lmao not lucky xD
id rather not wear a school uniform which is see through, plus its a pain when the girls are on their periods
pain
and our skirts man, if they get wet they take forever to dry
I'd love a light colored uniform
our uniform is white
but not WHITE
Our usual school dress code is normal shoes, jeans and uniform
S.E.A White uniform gang wya
rtobby the uniform we wore from 1-10 sucked
i think it depends on the material of the uniform too, not only the color
oh you should see our uniform code xD
ill send you a link to the website later
but its specific as hell
You must wear a this and this of that color
Do not wear this and this and that color!
wow such specific
Only rule i know here in my school is no other color shirt, no inappropriate clothing (this is just common sense) and no shorts for men
much worse than that unfortunately
our school dress code is white shirt and dark colour trouser
this was our uniform from grade 1-10. Im not in the photo :3
i see
Wtf all white
ALL WHITE for girls
one green guy
Even shoes?
I'm convinced he's a cactus
that guy had PE that day
yeppp
interesting
Wtf that's just making it harder to clean
cant count the number of times i got blood stains on the damn skirt
hard to get off too 
there's a vest too so the trouser fits with it (the one i wore sometimes ago)
depends
dang
that must be suck
but it doesnt dryyyy
I'd wear sweatshirts in 24ยฐ weather
sure did especially when we were younger and getting through the first few months of puberty
I'd wear full combat gear in 40ยฐ weather
oh i wear sweaters in 38 degree weather xD
dang
nice house in the middle of ice land
small hut
FR
Make a boat
always fun
Speedddddddd
Yo it Vergil chair cosuin
Lobbu
๐ซ
@rough tusk Santa has a new toy
nice
thats creepy
my first field is done and it's time to plant some wheats
He's so pretty
I should agree,on smiling plane scale this was the creepiest
I thought your pfp was wide putin walking at first
Ilyushin-76 Smile tho
the only problem i have is the tense and word order
hebben sato een konjin? (hopes it is correct)
Alright
sooo was that correct? and whats the answer to the question?
Hmm
What is the Deal with live
Vandaag is het rood
I don't use a translator
I just use my keyboard
And suggested words
Keybone
Metam
Meton
Metal
isnt vandaag like the word for tomorrow? ๐ค
so that says tommorrow is the road?
xD
I love metal!!
oh lol
So Today it's red
which eye is better
Bunny you really need to use an different app to teach you
Become this isn't working
in my defense i forgot what vandaag was and i havent leant the word for red yet
Pabji mobail
gimme another one lol
@rough tusk
ill do better
what are you going to do with a panther d at 6.7
Addicted
get a better one
Kal of daiti mobail
jij bent een kat
@compact dragon record yourself saying "vykorystovuvatymemo"
ah-hyuck
i rarely use panther
General momen
because i suck
Use a light tank
This is a compilation of everytime Groovy saying AH-HYUG!
Enjoy! (This video is not intended for kids)
Videos Belong to Sr Pelo
Music used for Intro/Outro: https://www.youtube.com/watch?v=PoCQU69GUc4
#SrPelo #MokeysShow
You idiot
no u don't suck
Tiger 2 line up, such a bad suggestion
that better sato? or even better, "jij bent een kat meisje"
Idk bunny girl
lol
I'm just a communist catgirl
it should be supplemented with at least a panther a and the m41
I have made a rendition of Mareux's song "The Perfect Girl" with an Arabic beat and some Middle Eastern instruments.
My Links:
https://linktr.ee/yad.oud
Logo designed by: Emran Nazimi
And maybe a better plane
yes you are a cat girl :>
which is wierd
i dont care about the plane
Lol
also i'd tell you to get jagdpanther but its a bit late for that now
its not good anymore at 6.7
only at 6.3
nah
its slow
quin you didnt get above 3.3
or was it 4.7
Yes
ah yes, .5
what
you havent even experienced it my man
I know
As you said to me
except amx50 superbias
Wait until you see real life fact about this tank
I'm getting Better AA however
i doubt you can tell me anything i dont know already
Erk knows too much about tanks
Oh yeah i forget about that
I just stay in my belkan wizardry for now
ok
So feared everyone wants to kill it instantly
Hahaha
๐
It has USA camo to troll Sim RB
Japanese bomber with USA camo sound so troll
But if i do that, My own team and my team NPC's will shoot at me
Which is funnier
And then i again remember the fact that erusea using the Stolen plane against Osea just to troll them
It's funny to use the enemy plane against the enemy
Only it doesn't work all the time
For example Japanese Corsair, it has Japanese imperial Icons
I mean if you get into the level of detail like erusea did you would not easily to be recognized by the enemy
Now wait for ace combat 8
One of the Most funny covert ops was when the time germany try to turn their panther tank into M10 Wolverine TD
Not only it doesn't work but they think it going to actually work
Germany also gave many of their tanks USA camo to troll them
Would be funny if they added it in war painder
@worldly carbon did you find it funny they adding ww1 tanks now lol
Now ww1 planes
Not all of there tanks
There's one incident that a panther was face 2 face with a pershing and thought it was German because it looks strong
At the end of the war they gave some the camo to troll
They didn't see the star roundel because its aimed at them too
Yes, like "m10" wolverine
It looked german they thought
Or, m10 panther
Yeah that's what they thought it was
Only that incident H to
Took battle in cologne iirc
All tanks in ww2 are amazing
@naive ice
https://youtu.be/isVI4_ygoLc
In the closing chapters of the war the German fortress city of Cologne needed to be taken. Ordered to get to the Rhine, Eagle 7 a brand new Pershing tank, went up against the might of the German Panther. Adam Makos wrote the excellent book Spearhead which details the war from the view of the crew of Eagle 7, and it's gunner, Clarence Smoyer. ...
Watch this
Yeah i watched that
I love yarnhub
I won't
Cool animations
@naive ice lets not put war footage here
I used to watch Yarnhub when I used to be a free person
Pictures don't tell the story well, that guy does
Haha
That was war thunder wth
1984
War Thunder isn't war footage lol
Yeah it's a game
I feel like King has a grudge against me when he deleted war thunder thumbnail
What is that wiggly thing called
Don't worry, we don't hold grudges, but we don't want anyone getting offended.
Now it got deleted
spunkbob
Took you too long innit
controversial
Controversial
Just move to a different topic , not war
welll sometimes there are stuff that we dont know. Staff doesnt know everything, and we dont have to.
...
Now that's war footage
Funni plane
War related, delete
I literally just said it was war thunder thunder
I could not think about it
Stop!
But it was a plane
Move to another topic
Plone
okay yall move onto food
because food ๐
tonk
No
I haven't eaten anyways
M10 wolverine or m10 panthera

