Matthias’s Reviews > Greece Against Rome: The Fall of the Hellenistic Kingdoms 250–31 BC > Status Update
Matthias
is 50% done
deployWarElephants => (
if enemy.hasSeenElephantsBefore(false) {
enemy.print(“aaah fuck elephants!!!”)
enemy.flees()
}
else {
elephants.print(“aaah fuck I’m in a battle!!!”)
elephants.trample(ownTroops)
}
— Dec 03, 2025 07:08PM
if enemy.hasSeenElephantsBefore(false) {
enemy.print(“aaah fuck elephants!!!”)
enemy.flees()
}
else {
elephants.print(“aaah fuck I’m in a battle!!!”)
elephants.trample(ownTroops)
}
2 likes · Like flag

