Skip to content

Commit

Permalink
fix for sentry file
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Dec 14, 2017
1 parent 12a1707 commit 32eeb7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions monsters/boss/ancientsentry/kluexsentry2.monstertype
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"shortdescription" : "Abberant Kluex Sentry",
"description" : "A stone temple guardian, animated with ancient technology.",

"categories" : [ "ancientruinsBoss" ],
"categories" : [ "kluexsentry2" ],
"parts" : [ "body", "bodylit" ],

"animation" : "kluexsentry2.animation",

"dropPools" : [ "kluexsentryTreasure" ],
"dropPools" : [ "ancientruinsBoss" ],

"baseParameters" : {
"scripts" : [
Expand Down
8 changes: 5 additions & 3 deletions treasure/fumonsters.treasurepools
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"ancientruinsBoss": [
[1, {
"fill" : [ {"item" : "furelicshield"} ]
}]
[1,
{"fill" : [
{"item" : "furelicshield" }
]}
]
],
"dollfaceTreasure": [
[1, {
Expand Down

0 comments on commit 32eeb7c

Please sign in to comment.