Add line special 301: Line_QuickPortal to ZDoom UDMF (#896)

This commit is contained in:
Yuri Kunde Schlesner 2023-06-09 00:51:05 -07:00 committed by GitHub
parent 606e43ca35
commit e9f66baf08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4449,5 +4449,20 @@ udmf
line
{
121 = NULL;
301
{
title = "Line Quick Portal";
id = "Line_QuickPortal";
requiresactivation = false;
arg0
{
title = "Non-interactive";
type = 3;
}
linetolinetag = true;
linetolinesameaction = true;
}
}
}