From 9f3a93bfd2f7a05cf564c55ee72ea9bceddb1911 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 9 Sep 2012 02:58:37 +0000 Subject: [PATCH] - Added compatibility setting for Community Chest 3, map03. SVN r3867 (trunk) --- wadsrc/static/compatibility.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wadsrc/static/compatibility.txt b/wadsrc/static/compatibility.txt index 517e04319..033f87a66 100644 --- a/wadsrc/static/compatibility.txt +++ b/wadsrc/static/compatibility.txt @@ -269,3 +269,12 @@ E2B5D1400279335811C1C1C0B437D9C8 // Deathknights of the Dark Citadel, map54 setactivation 3651 16 setactivation 3654 16 } + +// Community Chest 3 +F481922F4881F74760F3C0437FD5EDD0 // map03 +{ + // I have no idea how this conveyor belt setup manages to work under Boom. + // Set the sector the voodoo doll ends up standing on when sectors tagged + // 1 are raised so that the voodoo doll will be carried. + setlinespecial 3559 Sector_CopyScroller 17 6 0 0 0 +}