even more translations.

This commit is contained in:
eichhornchen
2021-01-10 21:38:21 +01:00
parent 4f4223c514
commit 6cf0590586
5 changed files with 111 additions and 22 deletions

View File

@ -597,7 +597,7 @@ class Bow(LongRangeWeapon):
@property
def string(self) -> str:
return " is shot by an arrow."
return _(" is shot by an arrow.")
class FireBallStaff(LongRangeWeapon):
@ -619,7 +619,7 @@ class FireBallStaff(LongRangeWeapon):
@property
def string(self) -> str:
return " is shot by a fire ball."
return _(" is shot by a fire ball.")
def throw(self, direction: int) -> Any:
"""