[MIRROR] Adds the missing wrapper to meteor report (#5587)

* Merge pull request #35798 from AnturK/meteorwrap

Adds the missing wrapper to meteor report

* Adds the missing wrapper to meteor report
This commit is contained in:
CitadelStationBot
2018-02-19 10:22:03 -06:00
committed by Poojawa
parent d81c35b55f
commit 350029e212
+2 -2
View File
@@ -46,9 +46,9 @@
survivor_list += "<span class='neutraltext'>[player.real_name] survived but is stranded without any hope of rescue.</span>"
if(survivors)
return "<span class='header'>The following survived the meteor storm:</span><br>[survivor_list.Join("<br>")]"
return "<div class='panel greenborder'><span class='header'>The following survived the meteor storm:</span><br>[survivor_list.Join("<br>")]</div>"
else
return "<span class='redtext big'>Nobody survived the meteor storm!</span>"
return "<div class='panel redborder'><span class='redtext big'>Nobody survived the meteor storm!</span></div>"
/datum/game_mode/meteor/set_round_result()
..()