Change PC graphics for the debug party

This commit is contained in:
2015-07-19 10:23:24 -04:00
parent 9972c3d27d
commit 01ecd27d09

View File

@@ -906,8 +906,8 @@ cPlayer::cPlayer(cParty& party,long key,short slot) : cPlayer(party) {
priest_spells[i] = true;
mage_spells[i] = true;
}
//which_graphic = num * 3 + 1; // 1, 4, 7, 10, 13, 16
which_graphic = slot + 4; // 4, 5, 6, 7, 8, 9
which_graphic = slot * 3 + 1; // 1, 4, 7, 10, 13, 16
if(slot == 2) which_graphic++;
weap_poisoned = 24; // was 16, as an E2 relic
for(i = 0; i < 10; i++) {