npcs build ports

This commit is contained in:
evanpelle
2024-11-21 19:53:02 -08:00
committed by Evan
parent c2798d46d9
commit bc3cf09960
5 changed files with 69 additions and 44 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { DefaultConfig } from "./DefaultConfig";
export const devConfig = new class extends DefaultConfig {
unitInfo(type: UnitType): UnitInfo {
const info = super.unitInfo(type)
// info.cost = 0
info.cost = 0
return info
}