Skip to content

Commit

Permalink
An icon for frogatto's tongue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettering committed Jul 22, 2017
1 parent 27bb6e7 commit cc4d2bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/classes/inventory_item.cfg
Expand Up @@ -6,6 +6,6 @@
count: { type: "int", default: 0 },
anim_rect: { type: "[int,int,int,int]" },
//item_type: "@eval enum { passive, primary_ability, super_ability } :: enum passive",
item_type: { type: "enum { passive, primary_ability, super_ability }", default: "enum passive" },
//item_type: "@eval enum { passive, primary_ability, super_ability, secondary_item } :: enum passive",
item_type: { type: "enum { passive, primary_ability, super_ability, secondary_item }", default: "enum passive" },
}
2 changes: 1 addition & 1 deletion data/items.cfg
Expand Up @@ -37,7 +37,7 @@
description: "~The preferred tool of frogs everywhere. Strong enough to aid in swallowing most objects, edible or otherwise.~",
count_limit: 1,
item_type: "@eval enum primary_ability",
anim_rect: [1,179,17,195],
anim_rect: [1,264,17,279],
},
{
name: "~Fire Breath Talisman~",
Expand Down
Binary file modified images/props/store-items.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc4d2bf

Please sign in to comment.