mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
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:
parent
be1fab9f65
commit
9f0c584479
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ door
|
||||||
|
|
||||||
28
|
28
|
||||||
{
|
{
|
||||||
title = "Door (Red) Open Wait Close";
|
title = "Door (Green) Open Wait Close";
|
||||||
prefix = "DR";
|
prefix = "DR";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ door
|
||||||
|
|
||||||
33
|
33
|
||||||
{
|
{
|
||||||
title = "Door (Red) Open Stay";
|
title = "Door (Green) Open Stay";
|
||||||
prefix = "D1";
|
prefix = "D1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue