Skip to content

Commit

Permalink
banners are cool ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
casualspacestation14enjoyer committed Dec 13, 2024
1 parent d8b3ae6 commit a8a7bfb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,15 @@ GLOBAL_VAR(restart_counter)
s += "<big><b>WARMONGERS</b></big></a><br>"
s += "<b>Fantasy PvP Musket-based Team Shooter<b><br>"
s += "You've been <b>drafted</b>, fight for the crown.<br>"

s += "<img src=\"https://i.imgur.com/KZ83Zui.png\"></a></center>"

#ifdef MATURESERVER
s += "\["
if(SSticker.current_state <= GAME_STATE_PREGAME)
s += "<b>GAME STATUS:</b> WAITING FOR MORE MANPOWER"
else
s += "<b>GAME STATUS:</b> ON THE BATTLEFIELD"
#endif

s += "<img src=\"https://i.imgur.com/KZ83Zui.png\"></a></center>"

status = s
return s
/*
Expand Down

0 comments on commit a8a7bfb

Please sign in to comment.