mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Made the names of the lighting linedef executors consistent with the regular lighting linedef types.
This commit is contained in:
parent
d35372cc3b
commit
45ac53f975
2 changed files with 4 additions and 4 deletions
|
@ -1643,14 +1643,14 @@ linedeftypes
|
|||
|
||||
416
|
||||
{
|
||||
title = "Start Adjustable Fire Flicker";
|
||||
title = "Start Adjustable Flickering Light";
|
||||
prefix = "(416)";
|
||||
flags64text = "[6] Second level from back";
|
||||
}
|
||||
|
||||
417
|
||||
{
|
||||
title = "Start Adjustable Glowing Light";
|
||||
title = "Start Adjustable Pulsating Light";
|
||||
prefix = "(417)";
|
||||
flags64text = "[6] Second level from back";
|
||||
}
|
||||
|
|
|
@ -1637,14 +1637,14 @@ linedeftypes
|
|||
|
||||
416
|
||||
{
|
||||
title = "Start Adjustable Fire Flicker";
|
||||
title = "Start Adjustable Flickering Light";
|
||||
prefix = "(416)";
|
||||
flags64text = "[6] Second level from back";
|
||||
}
|
||||
|
||||
417
|
||||
{
|
||||
title = "Start Adjustable Glowing Light";
|
||||
title = "Start Adjustable Pulsating Light";
|
||||
prefix = "(417)";
|
||||
flags64text = "[6] Second level from back";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue