feat(npc): expose monstats flags with undead/demon helpers
(cherry picked from commit 52a2eaa082724d36af249114b73558e5b4905a85)
This commit is contained in:
@@ -61,6 +61,11 @@ var textFiles = []TextFileDesc{
|
||||
DestFile: "pkg/data/item/setitems.go",
|
||||
Template: templateSetItems,
|
||||
},
|
||||
{
|
||||
SourceFile: "cmd/txttocode/txt/monstats.txt",
|
||||
DestFile: "pkg/data/npc/monstats.go",
|
||||
Template: templateMonStats,
|
||||
},
|
||||
}
|
||||
|
||||
type TextFileDesc struct {
|
||||
|
||||
Reference in New Issue
Block a user