summaryrefslogtreecommitdiff
path: root/itemdef.go
diff options
context:
space:
mode:
Diffstat (limited to 'itemdef.go')
-rw-r--r--itemdef.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/itemdef.go b/itemdef.go
index f203d7e..304d48b 100644
--- a/itemdef.go
+++ b/itemdef.go
@@ -52,5 +52,7 @@ type ItemDef struct {
ShortDesc string
+ PlaceParam2 uint8
+
//mt:end
}