mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 12:31:32 +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
|
202
|
||||||
{
|
{
|
||||||
title = "Fog Block";
|
title = "Fog Block";
|
||||||
prefix = "(202);
|
prefix = "(202)";
|
||||||
arg0
|
arg0
|
||||||
{
|
{
|
||||||
title = "Target sector tag";
|
title = "Target sector tag";
|
||||||
|
@ -1777,7 +1777,7 @@ udmf
|
||||||
223
|
223
|
||||||
{
|
{
|
||||||
title = "Intangible, Invisible";
|
title = "Intangible, Invisible";
|
||||||
prefix = "(223);
|
prefix = "(223)";
|
||||||
arg0
|
arg0
|
||||||
{
|
{
|
||||||
title = "Target sector tag";
|
title = "Target sector tag";
|
||||||
|
@ -1788,7 +1788,7 @@ udmf
|
||||||
250
|
250
|
||||||
{
|
{
|
||||||
title = "Mario Block";
|
title = "Mario Block";
|
||||||
prefix = "(250);
|
prefix = "(250)";
|
||||||
arg0
|
arg0
|
||||||
{
|
{
|
||||||
title = "Target sector tag";
|
title = "Target sector tag";
|
||||||
|
@ -1809,7 +1809,7 @@ udmf
|
||||||
251
|
251
|
||||||
{
|
{
|
||||||
title = "Thwomp Block";
|
title = "Thwomp Block";
|
||||||
prefix = "(251);
|
prefix = "(251)";
|
||||||
arg0
|
arg0
|
||||||
{
|
{
|
||||||
title = "Target sector tag";
|
title = "Target sector tag";
|
||||||
|
@ -1853,7 +1853,7 @@ udmf
|
||||||
}
|
}
|
||||||
arg2
|
arg2
|
||||||
{
|
{
|
||||||
title = "Translucent?"
|
title = "Translucent?";
|
||||||
type = 11;
|
type = 11;
|
||||||
enum = "noyes";
|
enum = "noyes";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue