mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Added "No physics" flag description to slope linedef types and fixed some description errors with linedef type 414.
This commit is contained in:
parent
35b96f907d
commit
6252bdaaa7
1 changed files with 17 additions and 2 deletions
|
@ -1849,9 +1849,9 @@ linedeftypes
|
|||
title = "Play Sound Effect";
|
||||
prefix = "(414)";
|
||||
flags2text = "[1] From sector center";
|
||||
flags64text = "[6] From nowhere";
|
||||
flags64text = "[6] From nowhere for triggerer";
|
||||
flags512text = "[9] For everyone";
|
||||
flags512text = "[9] From tagged FOF";
|
||||
flags1024text = "[10] From tagged sectors";
|
||||
}
|
||||
|
||||
415
|
||||
|
@ -2310,6 +2310,7 @@ linedeftypes
|
|||
prefix = "(700)";
|
||||
slope = "regular";
|
||||
slopeargs = 1;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
701
|
||||
|
@ -2318,6 +2319,7 @@ linedeftypes
|
|||
prefix = "(701)";
|
||||
slope = "regular";
|
||||
slopeargs = 2;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
702
|
||||
|
@ -2326,6 +2328,7 @@ linedeftypes
|
|||
prefix = "(702)";
|
||||
slope = "regular";
|
||||
slopeargs = 3;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
703
|
||||
|
@ -2334,6 +2337,7 @@ linedeftypes
|
|||
prefix = "(703)";
|
||||
slope = "regular";
|
||||
slopeargs = 9;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
704
|
||||
|
@ -2343,6 +2347,7 @@ linedeftypes
|
|||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 0;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
705
|
||||
|
@ -2352,6 +2357,7 @@ linedeftypes
|
|||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 1;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
710
|
||||
|
@ -2360,6 +2366,7 @@ linedeftypes
|
|||
prefix = "(710)";
|
||||
slope = "regular";
|
||||
slopeargs = 4;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
711
|
||||
|
@ -2368,6 +2375,7 @@ linedeftypes
|
|||
prefix = "(711)";
|
||||
slope = "regular";
|
||||
slopeargs = 8;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
712
|
||||
|
@ -2376,6 +2384,7 @@ linedeftypes
|
|||
prefix = "(712)";
|
||||
slope = "regular";
|
||||
slopeargs = 12;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
713
|
||||
|
@ -2384,6 +2393,7 @@ linedeftypes
|
|||
prefix = "(713)";
|
||||
slope = "regular";
|
||||
slopeargs = 6;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
714
|
||||
|
@ -2393,6 +2403,7 @@ linedeftypes
|
|||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 2;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
715
|
||||
|
@ -2402,6 +2413,7 @@ linedeftypes
|
|||
flags8192text = "[13] Use tag and offsets";
|
||||
slope = "vertex";
|
||||
slopeargs = 3;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
720
|
||||
|
@ -2410,6 +2422,7 @@ linedeftypes
|
|||
prefix = "(720)";
|
||||
slope = "copy";
|
||||
slopeargs = 1;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
721
|
||||
|
@ -2418,6 +2431,7 @@ linedeftypes
|
|||
prefix = "(721)";
|
||||
slope = "copy";
|
||||
slopeargs = 2;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
|
||||
722
|
||||
|
@ -2426,6 +2440,7 @@ linedeftypes
|
|||
prefix = "(722)";
|
||||
slope = "copy";
|
||||
slopeargs = 3;
|
||||
flags2048text = "[11] No physics";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue