Abstrct / Schemaverse

The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL database. Compete against other players using raw SQL commands to command your fleet. Or, if your PL/pgSQL-foo is strong, wield it to write AI and have your fleet command itself!

Home Page:schemaverse.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_events PlanetFound event text formatting

tigereye opened this issue · comments

The PlanetFound event listed in the my_events table seems to be missing a space after the shipname.

EG: I have a ship named "TheEnterprise"
The following text was entered into my_events upon discovering a planet:
"TheEnterprisehas found the planet at location 300,300"

This should be resolved now in the latest commit

Event system was re-written to move this issue into a system setting environment rather than in the code