Level Compatibility: GetItemPlatinum|GemItemPink

closes #1
This commit is contained in:
yellows111 2024-03-20 21:31:44 +00:00
parent c89e03f5c4
commit e8f06dd821
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -125,3 +125,12 @@ datablock ItemData(GemItemBlack: GemItem)
skin = "black"; skin = "black";
}; };
datablock ItemData(GemItemPlatinum: GemItem)
{
skin = "platinum";
};
datablock ItemData(GemItemPink: GemItem)
{
skin = "base";
};