mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-25 13:21:37 +00:00
14 lines
189 B
INI
14 lines
189 B
INI
|
|
||
|
// Basic Doom and Vanilla engine stuff.
|
||
|
|
||
|
include("Doom_Misc.cfg");
|
||
|
|
||
|
// The only difference with Doom
|
||
|
skills
|
||
|
{
|
||
|
1 = "Very easy";
|
||
|
2 = "Easy";
|
||
|
3 = "Medium";
|
||
|
4 = "Hard";
|
||
|
5 = "Very hard";
|
||
|
}
|