More config fixes

This commit is contained in:
MascaraSnake 2020-05-01 14:59:08 +02:00
parent 3a05d7b333
commit f2011cc99b

View file

@ -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";
} }