tj powinno to być mniej więcej tak
Jeżeli planet_type=3 to
(lunas)
game_lunas(id) = game_planets(id)
game_lunas(id_luna) = game_planets(id)
game_lunas(name) = (Wszędzie moon)
game_lunas(image) = (wszędzie mond)
game_lunas(id_owner) = game_planets(id_owner)
game_lunas(galaxy) = game_planets(galaxy)
game_lunas(system) = game_planets(system)
game_lunas(lunapos) = game_planets(planet)
game_lunas(temp_min) = game_planets(temp_min)
game_lunas(temp_max) = game_planets(temp_max)
Może mi ktoś dać tylko wzór (lub zrobić jedno) a ja resztę sobie dopisze
