Merge remote-tracking branch 'gzdoom/master' into qzdoom
This commit is contained in:
commit
545ae678e8
27 changed files with 764 additions and 999 deletions
|
|
@ -1097,8 +1097,8 @@ void G_WorldDone (void)
|
|||
// Strife needs a special case here to choose between good and sad ending. Bad is handled elsewhere.
|
||||
if (endsequence == NAME_Inter_Strife)
|
||||
{
|
||||
if (players[0].mo->FindInventory (QuestItemClasses[24]) ||
|
||||
players[0].mo->FindInventory (QuestItemClasses[27]))
|
||||
if (players[0].mo->FindInventory (NAME_QuestItem25) ||
|
||||
players[0].mo->FindInventory (NAME_QuestItem28))
|
||||
{
|
||||
endsequence = NAME_Inter_Strife_Good;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue