No Strength Requirement
Status: Alpha
Brought to you by:
eric_burgess
When editing the source to set a new melee weapon subtype, setting the min requirement for use doesn't work.
Example:
class Hammer(MeleeWeapon):
subtype = "hammers"
melee_twohand = True
min_str = 20
desc = "Large weapons usually shaped like a large hammer dealing large damage and requiring both hands to use."
Even though I have the min strength as 20 to use, a level 1 with 10 strength can pick it up, equip it and fight with it.