Modified readme, added version to main class
This commit is contained in:
@@ -24,6 +24,7 @@ Guide here with some more info
|
|||||||
|
|
||||||
## Amputation
|
## Amputation
|
||||||
Get a saw, click on it, amputate stuff
|
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
|
## Cicatrization
|
||||||
Check cicatrization from medical check.
|
Check cicatrization from medical check.
|
||||||
|
|||||||
@@ -5,7 +5,9 @@ require("TOC/Events")
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
---@class Main
|
---@class Main
|
||||||
local Main = {}
|
local Main = {
|
||||||
|
_version = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
---Setups the custom traits
|
---Setups the custom traits
|
||||||
function Main.SetupTraits()
|
function Main.SetupTraits()
|
||||||
|
|||||||
Reference in New Issue
Block a user