Skip to content

Commit 93e0ea0

Browse files
committed
fix default output lua
1 parent 9e74504 commit 93e0ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/play/code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function onAbilityCast(caster, targetLocation)
4242
function(____, unit) return caster:isFriend(unit) end
4343
)
4444
for ____, friend in ipairs(friends) do
45-
friend:givePoints(500)
45+
friend:givePoints(50)
4646
end
4747
end
4848
`;

0 commit comments

Comments
 (0)