check_tumble
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Dec 18, 2017 9:21 pm
Geomancer
GroupAdministrators
Posts1,946
JoinedJul 26, 2005
skills.c function check_tumble
find
change that to
find
if( !IS_NPC( victim ) && !victim->pcdata->learned[gsn_tumble] > 0 ) return FALSE;
change that to
if( !IS_NPC( victim ) && victim->pcdata->learned[gsn_tumble] <= 0 ) return FALSE;
Pages:<< prev 1 next >>