mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
bikeshed
This commit is contained in:
parent
867d7010cb
commit
a425c2b974
1 changed files with 3 additions and 3 deletions
|
@ -137,10 +137,10 @@ static const std::unordered_map<int32_t, const char*> bonkDamageValues = {
|
|||
|
||||
static const std::unordered_map<int32_t, const char*> dampeDropRates = {
|
||||
{ DAMPE_NONE, "None" },
|
||||
{ DAMPE_NORMAL, "Normal" },
|
||||
{ DAMPE_NORMAL, "Vanilla" },
|
||||
{ DAMPE_JALAPENO, "Jalapeño" },
|
||||
{ DAMPE_CHIPOTLE, "Chipotle" },
|
||||
{ DAMPE_SCOTCH_BONNET, "Scotch Bonnet" },
|
||||
{ DAMPE_CHIPOTLE, "Serrano" },
|
||||
{ DAMPE_SCOTCH_BONNET, "Habanero" },
|
||||
{ DAMPE_GHOST_PEPPER, "Ghost Pepper" },
|
||||
{ DAMPE_INFERNO, "Dampe's Inferno" },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue