mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Add line special 301: Line_QuickPortal to ZDoom UDMF (#896)
This commit is contained in:
parent
606e43ca35
commit
e9f66baf08
1 changed files with 15 additions and 0 deletions
|
@ -4449,5 +4449,20 @@ udmf
|
||||||
line
|
line
|
||||||
{
|
{
|
||||||
121 = NULL;
|
121 = NULL;
|
||||||
|
|
||||||
|
301
|
||||||
|
{
|
||||||
|
title = "Line Quick Portal";
|
||||||
|
id = "Line_QuickPortal";
|
||||||
|
requiresactivation = false;
|
||||||
|
|
||||||
|
arg0
|
||||||
|
{
|
||||||
|
title = "Non-interactive";
|
||||||
|
type = 3;
|
||||||
|
}
|
||||||
|
linetolinetag = true;
|
||||||
|
linetolinesameaction = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue