1213141516171819
public ThePlayerDropsTheGlyph() { super(new Narrative("game player", "to drop the glyph", " I can save time")); } public void specify() { addScenario(new ThePlayerDropsTheGlyphIntoAnEmptyPit()); addScenario(new ThePlayerDropsTheGlyphOntoJunk()); }