mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +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
|
||||
{
|
||||
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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue