Major refactor to include tactical combat feed

This commit is contained in:
2026-03-10 23:05:20 -05:00
parent 16b70204a1
commit 1be066c6ed
12 changed files with 490 additions and 374 deletions

View File

@@ -20,7 +20,6 @@ end
---@param credits number
function ResourceClass:SetCredits(credits)
self.LastCredits = self.Credits
self.Credits = credits
if credits < 0 then
self.Credits = 0