even more translations.
This commit is contained in:
@ -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:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user