mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Added action 109:Light_ForceLightning to Hexen configuration. Also changed the description of the parameters in the ZDoom configuration to make it more clear what it does. Fixes #459.
This commit is contained in:
parent
b372a04d20
commit
7c50688a13
2 changed files with 20 additions and 2 deletions
|
@ -1933,6 +1933,24 @@ light
|
|||
{
|
||||
title = "Light";
|
||||
|
||||
109
|
||||
{
|
||||
title = "Lightning Control";
|
||||
id = "Light_ForceLightning";
|
||||
|
||||
arg0
|
||||
{
|
||||
title = "Mode";
|
||||
type = 11;
|
||||
enum
|
||||
{
|
||||
0 = "Flash Once, Enable Lightning Mode";
|
||||
1 = "Flash Once, Terminate Lightning Mode";
|
||||
2 = "Terminate Lightning Mode";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
110
|
||||
{
|
||||
title = "Light Raise by Value";
|
||||
|
|
|
@ -3181,8 +3181,8 @@ zdoom
|
|||
type = 11;
|
||||
enum
|
||||
{
|
||||
0 = "Enable Lightning Mode";
|
||||
1 = "Flash Once";
|
||||
0 = "Flash Once, Enable Lightning Mode";
|
||||
1 = "Flash Once, Terminate Lightning Mode";
|
||||
2 = "Terminate Lightning Mode";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue