mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Update tools (#16)
* Clean up .gitignore * Set exec bit on all python and shell scripts * Delete unused files * Add decomp-permuter repo * Update submodules
This commit is contained in:
Regular → Executable
+1
-1
@@ -98,5 +98,5 @@ if __name__ == "__main__":
|
||||
if (rupees > 0):
|
||||
print('You have {}/{} masks and {}/{} rupee(s).\n'.format(masks, num_masks, rupees, max_rupees));
|
||||
else:
|
||||
print('You have {}/{} masks .\n'.format(masks, num_masks));
|
||||
print('You have {}/{} masks.\n'.format(masks, num_masks));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user