Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
- Added a few names into the demon titles list.
Browse files Browse the repository at this point in the history
  • Loading branch information
GTD-Carthage committed Apr 12, 2019
1 parent a709f08 commit cf223f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/modules/zdoom_stories.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1052,9 +1052,10 @@ ZDOOM_STORIES.EVIL_TITLES =
Beast=5,
Berserker=5,
Betrayer=5,
["Bringer of Doom"]=5,
["Black Sun"]=5,
["Bone Collector"]=5,
Breaker=5,
["Bringer of Doom"]=5,
Brutal=5,
Brute=5,
Butcher=5,
Expand Down Expand Up @@ -1142,6 +1143,7 @@ ZDOOM_STORIES.EVIL_TITLES =
Merciless=5,
["Messenger of Omens"]=5,
Miscreated=5,
Morningstar=5,
Mountain=5, -- like Clegane the Mountain
Necromancer=5,
Nefarious=5,
Expand Down Expand Up @@ -1193,6 +1195,7 @@ ZDOOM_STORIES.EVIL_TITLES =
Spiteful=5,
["Storm-bringer"]=5,
["Sword of the Underdark"]=5,
["Sun-blotter"]=5,
Tainted=5,
Terror=5,
Terrible=5,
Expand Down Expand Up @@ -1277,4 +1280,9 @@ ZDOOM_STORIES.MCGUFFINS =
["a MAPINFO lump"]=5, -- getting meta here, huh?
["a coop server"]=5,
}
}

ZDOOM_STORIES.QUIT_MESSAGES =
{

}

0 comments on commit cf223f9

Please sign in to comment.