change the way charge works

This commit is contained in:
Olivier Gagnon
2021-10-17 18:59:37 -04:00
parent 4bef2f09a5
commit 35a5e2f343
10 changed files with 66 additions and 39 deletions

View File

@@ -12,12 +12,11 @@ placedFragments() Netscript Function
// In world coordinates
x: number;
y: number;
heat: number;
charge: number;
id: number;
shape: boolean[][];
type: string;
magnitude: number;
power: number;
limit: number;
}
]