Script: q_sor_stn

// Blood of Elder Days -- Sorcerer line I (roadmap: sorcerer-line-early)
// Reply Script: the PC takes the Shard of Sea-Glass away with them (node 2).
#include "q_sor_inc"

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