From 5e37faf12f025df05ce233b92b2d21a0f0499604 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 1 Jan 2014 01:48:09 +0000 Subject: [PATCH] dehacked: Fix [strings]. Oops. Boom's dehacked parser requires an empty line to end the [pars] section, otherwise the entire following section is interpreted as par time instructions. --- lumps/fraggle/freedoom.bex | 1 + 1 file changed, 1 insertion(+) diff --git a/lumps/fraggle/freedoom.bex b/lumps/fraggle/freedoom.bex index 07b6f407..b5dc1189 100644 --- a/lumps/fraggle/freedoom.bex +++ b/lumps/fraggle/freedoom.bex @@ -36,6 +36,7 @@ par 29 600 # 10:00 - Catoptromancy OLD run for v0.7 par 30 510 # 08:30 - Catoptromancy for v0.8 - 2013/12 par 31 450 # 07:30 - Catoptromancy for v0.8 - 2013/12 par 32 0 # 00:00 - Catoptromancy OLD run for v0.7 + [STRINGS] GOTARMOR = picked up a light armor vest. GOTMEGA = picked up a heavy armor vest.