X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client%2Fquery_mapcell.py;h=838fb7edcb131b33f2529d37d590b319ff7fbf90;hb=c94c0575b191d0162d8a1cbbbe4e59cca2e40324;hp=fba374d232f833cca18523e9035ecb6619f97aad;hpb=3d4ef72a869787ade399af85a42ab0aef9d73766;p=plomrogue diff --git a/client/query_mapcell.py b/client/query_mapcell.py index fba374d..838fb7e 100644 --- a/client/query_mapcell.py +++ b/client/query_mapcell.py @@ -1,6 +1,12 @@ +# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 +# or any later version. For details on its copyright, license, and warranties, +# see the file NOTICE in the root directory of the PlomRogue source package. + + from client.config.world_data import world_data from client.io import send + def query_mapcell(): string = "THINGS_HERE " + str(world_data["map_center"][0]) + " " \ + str(world_data["map_center"][1])