rotjmud / issues

This repository is strictly for tracking issues related to Revenge of the Jedi MUD
0 stars 1 forks source link

Backstab missing on tripped targets #5

Closed awikGgb closed 3 years ago

awikGgb commented 3 years ago

Backstab misses surprisingly often on tripped(stunned) targets.

Quote Inchoa:

"Inchoa03/11/2020 weird, tripped targets should never miss"

coveguyz01 commented 3 years ago

added

if (GET_POS(vict) == POS_STUNNED && IS_NPC(vict)) { to_succeed = 90; }