[MIRROR] Print Cultist Names If Cult Failed [MDB IGNORE] (#20295)

* Print Cultist Names If Cult Failed (#74455)

## About The Pull Request
Fix, roundend report wasn't printing names of cultists if Narsie didn't
get summoned and they failed
## Why It's Good For The Game
Fix
## Changelog
🆑
fix: Roundend Report properly lists cultist names if the cult failed and
didn't summon Narsie
/🆑

* Print Cultist Names If Cult Failed

---------

Co-authored-by: 13spacemen <46101244+13spacemen@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-04-03 05:51:52 +01:00
committed by GitHub
co-authored by 13spacemen
parent 028171e7c1
commit c4a8fb5301
+4 -1
View File
@@ -480,7 +480,10 @@
if(members.len)
parts += "<span class='header'>The cultists were:</span>"
parts += printplayerlist(true_cultists)
if(length(true_cultists))
parts += printplayerlist(true_cultists)
else
parts += printplayerlist(members)
return "<div class='panel redborder'>[parts.Join("<br>")]</div>"