aligned some crap in the comments
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
local PlayerHandler = require("TOC/Handlers/PlayerHandler")
|
||||
|
||||
|
||||
------------------
|
||||
|
||||
---@class Main
|
||||
local Main = {}
|
||||
|
||||
|
||||
---Setups the custom traits
|
||||
function Main.SetupTraits()
|
||||
-- Perks.Left_Hand is defined in perks.txt
|
||||
@@ -35,7 +33,6 @@ function Main.SetupTraits()
|
||||
TraitFactory.setMutualExclusive("Amputee_LowerArm", "Amputee_UpperArm")
|
||||
end
|
||||
|
||||
|
||||
function Main.Start()
|
||||
Main.SetupTraits()
|
||||
|
||||
@@ -44,7 +41,6 @@ function Main.Start()
|
||||
|
||||
end
|
||||
|
||||
|
||||
function Main.Initialize()
|
||||
local pl = getPlayer()
|
||||
PlayerHandler.InitializePlayer(pl, false)
|
||||
|
||||
Reference in New Issue
Block a user