Script: q_hob_a2

// Concerning Hobbits (roadmap: concerning-hobbits)
// ActionTaken on displayed answer option 2: record the pick. On the fifth
// answer QHOB_Answer finalizes the game (stamp/journal/payout).
#include "q_hob_inc"

void main()
{
    QHOB_Answer(GetPCSpeaker(), 2);
}