#188 refactored RPS dmg_crit to dmg_high

This commit is contained in:
Mikayla Fischler
2023-03-04 21:55:40 -05:00
parent 85a9532962
commit c9f1bddb36
12 changed files with 46 additions and 45 deletions

View File

@@ -14,7 +14,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v0.12.3"
local R_PLC_VERSION = "v0.12.4"
local print = util.print
local println = util.println