From 01ecd27d09aaa7d99e6916ff5c775d4b0bc4eca6 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sun, 19 Jul 2015 10:23:24 -0400 Subject: [PATCH] Change PC graphics for the debug party --- src/classes/pc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/classes/pc.cpp b/src/classes/pc.cpp index 4a23cdf9..e4afe401 100644 --- a/src/classes/pc.cpp +++ b/src/classes/pc.cpp @@ -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++) {