Skip to content

Commit

Permalink
Added Classes & Factions
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonheart committed May 20, 2024
1 parent fc77562 commit 80c7855
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config.ld
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ end

new_type("hooks", "Hooks", true)
new_type("items", "Items", true)
new_type("faction", "Factions", true)
new_type("classes", "Class", true)
new_type("factions", "Factions", true)
new_type("configurations", "Configurations", true)
new_type("panel", "Panels", true)
tparam_alias("inventory", "Inventory")
Expand Down
2 changes: 1 addition & 1 deletion skeleton/schema/factions/custom.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Attributes of the custom faction.
-- @faction Custom
-- @factions Custom

--- A list of the current fields in the faction.
-- @realm shared
Expand Down
2 changes: 1 addition & 1 deletion skeleton/schema/factions/default.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Attributes of the default faction.
-- @faction Default
-- @factions Default

--- A list of the current fields in the faction.
-- @realm shared
Expand Down

0 comments on commit 80c7855

Please sign in to comment.