Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Config.EnableSneakout = false -- When set to true, anytime the player is outside

Config.XPEnabled = true -- When set to true, this will enable Pickle's XP compatibility, and enable xp rewards.

Config.Job = 'prisoner'

Config.XPCategories = { -- Registered XP Types for Pickle's XP.
["strength"] = {
label = "Strength",
Expand Down Expand Up @@ -568,7 +570,7 @@ Config.Prisons = {
model = {hash = `s_m_y_prisoner_01`},
catalog = {
{
name = "WEAPON_SWITCHBLADE",
name = "weapon_switchblade",
description = "A great tool to take out your enemies.",
amount = 1,
required = {
Expand Down Expand Up @@ -623,4 +625,4 @@ Config.Prisons = {
},
}
}
}
}