Steemnova is a text-based browser game, forked from 2moons, an open source OGame clone.
In order to fix that issue, I had to remove the part in the styles/templates/game/page.galaxy.default.tpl file, that names the non existant ship. I also made the other items in that row an appropriate size again.
Screenshot of the aforementioned changes. Click on it to view it in Github.
In order to have no unused variables in the program, I removed it in the includes/pages/game/ShowGalaxyPage.class.php file.
Screenshot of the aforementioned change. Click on it to view it in Github.
In order to fix this I removed the part, that passed the number of the needed removed ships in order to transport the debris/resources.
Screenshot of the aforementioned changes. Click on it to view it in Github.
Additionally I had to remove the part, that mentions these ships in every language. This change was in the INGAME.php file of the language.
These changes looked like this:
There was another tiny change suggested in this post. I simply changed the string, like he suggested it.