Update occupations.lua

This commit is contained in:
NewbProgrammer101
2017-10-01 16:27:10 -05:00
committed by GitHub
parent f21d010f7f
commit 1a796a0a26

View File

@ -102,7 +102,7 @@ local occupations = {}
npc.occupations.registered_occupations = {} npc.occupations.registered_occupations = {}
-- Basic occupation name -- Basic occupation name
npc.occupations.basic_name = "default_basic" npc.occupations.basic_name = "default"
-- This is the basic occupation definition, this is for all NPCs that -- This is the basic occupation definition, this is for all NPCs that
-- don't have a specific occupation. It serves as an example. -- don't have a specific occupation. It serves as an example.