Add alt name to the new stamper

This commit is contained in:
Kalle 2023-12-03 14:32:55 +02:00
parent 1dcef4adfa
commit eeca85e988

View File

@ -26,5 +26,6 @@ export const weaponAltNames = new Map<MainWeaponId, string[] | string>()
.set(6011, "tent")
.set(7010, "bow")
.set(8000, ["sword", "chainsaw"])
.set(8001, ["sword", "chainsaw"])
.set(8010, ["sword", "vwiper"])
.set(8011, ["sword", "diper", "dwiper"]);