munificent / hauberk

A web-based roguelike written in Dart.
http://munificent.github.io/hauberk/
Other
2k stars 200 forks source link

Should Hammers, Maces and Staves have some `..skill(...)` associated with them? #62

Open dlamblin opened 2 years ago

dlamblin commented 2 years ago

https://github.com/munificent/hauberk/blob/09e6466c33f9c2390631ccbfbd82811583ba2298/lib/src/content/item/weapons.dart#L53 Personally I expected Club Mastery to carry over to a Mattock or Mace.

    ..skill("Club Mastery")
munificent commented 2 years ago

Yeah, that's a good point.