Pudge is missing the Butcher's Dozen response rule for the lasthit_pain versions of those lines.
Pudge has this special lasthit response, which plays upon making the 13th last hit
Code:
Response pudge_LastHitIsPudgeChainButchersDozen
{
scene "scenes/pudge/pudge_pud_arc_lasthit_05.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_11_01.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_12.vcd" nodelay noscene
}
Rule pudge_LastHitIsPudgeChainButchersDozen_Rule
{
criteria LastHit Ispudge IsPudgeChain ButchersDozen
response pudge_LastHitIsPudgeChainButchersDozen
}
But the pain versions of those lines are not split up
Code:
Response pudge_LastHitIsPudgeChainIsSpeechPain
{
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_01.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_01_02.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_01_03.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_02.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_03.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_04.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_05.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_06.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_08.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_09.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_10.vcd" nodelay noscene
scene "scenes/pudge/pudge_pud_arc_lasthit_pain_12.vcd" nodelay noscene
}
Rule pudge_LastHitIsPudgeChainIsSpeechPain_Rule
{
criteria LastHit Ispudge IsPudgeChain IsSpeechPain
response pudge_LastHitIsPudgeChainIsSpeechPain
}
pud_arc_lasthit_pain_05 and pud_arc_lasthit_pain_12 should be separate