Script: q_ftr_oath

// The Unbroken Shield -- Fighter line I (roadmap: fighter-line-early)
// Reply Script: the PC takes the oath of the Unbroken Shield (node 1).
#include "q_ftr_inc"

void main()
{
    FTR_TakeOath(GetPCSpeaker());
}