Modified readme, added version to main class

This commit is contained in:
ZioPao
2024-03-28 18:36:07 +01:00
parent eb3dac0821
commit a8956df057
2 changed files with 4 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ Guide here with some more info
## Amputation
Get a saw, click on it, amputate stuff
Keep in mind that if you amputate your upper arm, you won't be able to equip any prosthesis.
## Cicatrization
Check cicatrization from medical check.

View File

@@ -5,7 +5,9 @@ require("TOC/Events")
------------------
---@class Main
local Main = {}
local Main = {
_version = 2.0
}
---Setups the custom traits
function Main.SetupTraits()