Heretic game configuration: actions 28 and 33 now correctly state that they are for green keys instead of non-existing red keys. Fixes #468.

This commit is contained in:
biwa 2020-09-17 21:42:59 +02:00
parent be1fab9f65
commit 9f0c584479

View file

@ -58,7 +58,7 @@ door
28
{
title = "Door (Red) Open Wait Close";
title = "Door (Green) Open Wait Close";
prefix = "DR";
}
@ -82,7 +82,7 @@ door
33
{
title = "Door (Red) Open Stay";
title = "Door (Green) Open Stay";
prefix = "D1";
}