Reworded multitagging actions

This commit is contained in:
spherallic 2023-02-14 14:31:34 +01:00
parent 41d26c1d14
commit 00144d42a9
1 changed files with 12 additions and 12 deletions

View File

@ -651,35 +651,35 @@ linedeftypes
96
{
title = "Apply Tag to Tagged Sectors";
title = "Add Front Sector Tag to Tagged Sectors";
prefix = "(96)";
flags1024text = "[10] Offsets are target tags";
flags8192text = "[13] Use front side offsets";
flags32768text = "[15] Use back side offsets";
flags8192text = "[13] Add front side offsets";
flags32768text = "[15] Add back side offsets";
}
97
{
title = "Apply Tag to Front Sector";
title = "Add Tag to Front Sector";
prefix = "(97)";
flags8192text = "[13] Use front side offsets";
flags32768text = "[15] Use back side offsets";
flags8192text = "[13] Add front side offsets";
flags32768text = "[15] Add back side offsets";
}
98
{
title = "Apply Tag to Back Sector";
title = "Add Tag to Back Sector";
prefix = "(98)";
flags8192text = "[13] Use front side offsets";
flags32768text = "[15] Use back side offsets";
flags8192text = "[13] Add front side offsets";
flags32768text = "[15] Add back side offsets";
}
99
{
title = "Apply Tag to Front and Back Sectors";
title = "Add Tag to Front and Back Sectors";
prefix = "(99)";
flags8192text = "[13] Use front side offsets";
flags32768text = "[15] Use back side offsets";
flags8192text = "[13] Add front side offsets";
flags32768text = "[15] Add back side offsets";
}
540