powered -> empowered

This commit is contained in:
DBotThePony 2022-10-01 20:54:41 +07:00
parent 2238266224
commit 7a179b5d3b
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -445,7 +445,7 @@ private fun items(provider: MatteryLanguageProvider) {
add(MItems.ENERGY_SWORD, "Powered Cake Slicer")
add(MItems.ENERGY_SWORD, "desc", "Needs power to operate")
add(MItems.ENERGY_SWORD, "desc2", "Deals extra damage to androids when powered")
add(MItems.ENERGY_SWORD, "desc2", "Deals extra damage to androids when empowered")
add(MItems.ENERGY_SWORD, "desc3", "Always strikes surrounding enemies with full damage if empowered")
add(MItems.ENERGY_SWORD, "desc4", "Does not benefit from Sweeping Edge enchantment")