aligned some crap in the comments

This commit is contained in:
ZioPao
2023-11-13 03:41:14 +01:00
parent e374601402
commit 328d3c4d3a
13 changed files with 22 additions and 35 deletions

View File

@@ -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)