adjusted containment integrity to just be damage percent, moved up radiation indicator

This commit is contained in:
Mikayla Fischler
2022-11-11 16:32:14 -05:00
parent af57c3b1fc
commit ffeff86507
4 changed files with 16 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.6.7"
local COORDINATOR_VERSION = "alpha-v0.6.8"
local print = util.print
local println = util.println