mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[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:
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user