Skip to content

Commit

Permalink
Russian dye and new flower names
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Dec 31, 2023
1 parent 7c48ef4 commit 033d106
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions source/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1101,31 +1101,30 @@ const char *getItemName(InventoryItem::ID iid)
return "Spqr tgpb";
case InventoryItem::ID::StoneBricksSlab:
return "Qnkub kj mbogpp\"x mksrkzgl";
// TODO
case InventoryItem::ID::OrangeTulip:
return "";
return "Psbpigd\"l u%n#rbp";
case InventoryItem::ID::PinkTulip:
return "";
return "Rqjqd\"l u%n#rbp";
case InventoryItem::ID::WhiteTulip:
return "";
return "Bgn\"l u%n#rbp";
case InventoryItem::ID::Cornflower:
return "";
return "Cbtknhm";
case InventoryItem::ID::BlueDye:
return "";
return "Skpkl msbtkugn#";
case InventoryItem::ID::YellowDye:
return "";
return "Hhnu\"l msbtkugn#";
case InventoryItem::ID::RedDye:
return "";
return "Lsbtp\"l msbtkugn#";
case InventoryItem::ID::PurpleDye:
return "";
return "Vkqnguqd\" lmsbtkugn#";
case InventoryItem::ID::PinkDye:
return "";
return "Rqjqd\"l msbtkugn#";
case InventoryItem::ID::OrangeDye:
return "";
return "Psbpigd\"l msbtkugn#";
case InventoryItem::ID::LightGrayDye:
return "";
return "Sdgunqtgs\" lmsbtkugn#";
case InventoryItem::ID::GreenDye:
return "";
return "Ignhp\" lmsbtkugn#";
default:
return "P}kcmb";
}
Expand Down

0 comments on commit 033d106

Please sign in to comment.