luciensadi / AwakeMUD

The Community Edition fork of the 'Awakened Worlds' Shadowrun 3 MUD codebase.
Other
55 stars 31 forks source link

Fix to foot anchor vs knockdown #671

Closed jdevnull closed 2 years ago

jdevnull commented 2 years ago

In db.cpp line 6460, cyb_footanchor is set to 0 rating, so the existing code ends up having no effect on knockdown tests. This fixes foot anchors to match MM pg 29: when anchored, each foot anchor reduces the TN to resist knockdown by 1.

luciensadi commented 2 years ago

Looks good, thanks!