From 0b99885ed27e9951b4397265a9e59c1c4b689546 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Wed, 5 Jul 2017 11:30:29 -0700 Subject: [PATCH] Remove the specials[] duplicates of the 'big' words. --- adventure.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/adventure.yaml b/adventure.yaml index 7f3d69b..a1c4fe1 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -3880,21 +3880,6 @@ specials: !!omap - SPC_0: message: !!null words: !!null -- SPC_1: - message: !!null - words: ['fee'] -- SPC_2: - message: !!null - words: ['fie'] -- SPC_3: - message: !!null - words: ['foe'] -- SPC_4: - message: !!null - words: ['foo'] -- SPC_5: - message: !!null - words: ['fum'] - SPC_13: message: 'You''re quite welcome.' words: ['thank'] -- 2.31.1