mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
More config fixes
This commit is contained in:
parent
3a05d7b333
commit
f2011cc99b
1 changed files with 5 additions and 5 deletions
|
@ -1734,7 +1734,7 @@ udmf
|
|||
202
|
||||
{
|
||||
title = "Fog Block";
|
||||
prefix = "(202);
|
||||
prefix = "(202)";
|
||||
arg0
|
||||
{
|
||||
title = "Target sector tag";
|
||||
|
@ -1777,7 +1777,7 @@ udmf
|
|||
223
|
||||
{
|
||||
title = "Intangible, Invisible";
|
||||
prefix = "(223);
|
||||
prefix = "(223)";
|
||||
arg0
|
||||
{
|
||||
title = "Target sector tag";
|
||||
|
@ -1788,7 +1788,7 @@ udmf
|
|||
250
|
||||
{
|
||||
title = "Mario Block";
|
||||
prefix = "(250);
|
||||
prefix = "(250)";
|
||||
arg0
|
||||
{
|
||||
title = "Target sector tag";
|
||||
|
@ -1809,7 +1809,7 @@ udmf
|
|||
251
|
||||
{
|
||||
title = "Thwomp Block";
|
||||
prefix = "(251);
|
||||
prefix = "(251)";
|
||||
arg0
|
||||
{
|
||||
title = "Target sector tag";
|
||||
|
@ -1853,7 +1853,7 @@ udmf
|
|||
}
|
||||
arg2
|
||||
{
|
||||
title = "Translucent?"
|
||||
title = "Translucent?";
|
||||
type = 11;
|
||||
enum = "noyes";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue