Modified readme, added version to main class
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -5,7 +5,9 @@ require("TOC/Events")
|
||||
------------------
|
||||
|
||||
---@class Main
|
||||
local Main = {}
|
||||
local Main = {
|
||||
_version = 2.0
|
||||
}
|
||||
|
||||
---Setups the custom traits
|
||||
function Main.SetupTraits()
|
||||
|
||||
Reference in New Issue
Block a user