Skip to content

Commit

Permalink
penalty
Browse files Browse the repository at this point in the history
  • Loading branch information
kanziebub committed Nov 25, 2023
1 parent 3d03ed9 commit 93df455
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions EPIC/03/qualifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ layout: default

| Rank | Team Name | Total Kill | **Points** |
|:-------|:----------------------|:-----------|:-----------|
| #**1** | **XCePuX** | 44 | **110** |
| #**1** | **XCePuX** | 44 | **108** |
| #**2** | **Ga tau** | 47 | **107** |
| #**3** | **Nimosi** | 37 | **93** |
| #**4** | Theo A | 38 | 91 |
| #**5** | TILT | 25 | 60 |
| #**5** | TILT | 25 | 58 |
| #**6** | SMSTR2 | 13 | 30 |
| #**7** | HALU | 11 | 26 |
| #**8** | NutNut | 6 | 15 |
Expand All @@ -48,6 +48,8 @@ layout: default
| Game | Team Name | Penalty | Reason |
|:-------|:----------|:--------|:----------------------|
| B01 | SMSTR2 | -2 | Non-Player Death |
| B04 | XCepuX | -2 | Non-Player Death |
| B04 | TILT | -2 | Non-Player Death |



Expand Down
3 changes: 2 additions & 1 deletion leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def single():

page_md = (get_header()
+ leaderboard
# + leaderboard_B
+ get_footer())
write_page(target, page_md)

Expand Down Expand Up @@ -196,6 +195,8 @@ def double():
+ get_penalty_table()
# + penalty_placeholder
+ set_penalty("B01", "SMSTR2", "-2", "Non-Player Death")
+ set_penalty("B04", "XCepuX", "-2", "Non-Player Death")
+ set_penalty("B04", "TILT", "-2", "Non-Player Death")
+ " \n \n")

page_md = (get_header()
Expand Down

0 comments on commit 93df455

Please sign in to comment.