Add job for filling in a volume of blocks

This commit is contained in:
2020-12-05 10:56:56 +00:00
parent b8952db742
commit e0c5c3a6b9
8 changed files with 294 additions and 7 deletions
+1
View File
@@ -21,6 +21,7 @@ g.pos = False
g.inv = {}
g.objects = {}
g.mobs = {}
g.players = {}
g.window = None
g.job = None
g.correction_count = 0