Skip to content

Commit

Permalink
kills roundend mice stats
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Jun 23, 2024
1 parent 6fe074c commit c0f1e21
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions code/__HELPERS/roundend.dm
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,9 @@

//Medals
parts += medal_report()
//WS Begin
CHECK_TICK

//Mouse
parts += mouse_report()

CHECK_TICK
//WS End

//Station Goals
parts += goal_report()

Expand Down Expand Up @@ -459,17 +454,7 @@
parts += com
return "<div class='panel stationborder'>[parts.Join("<br>")]</div>"
return ""
//WS Begin
/datum/controller/subsystem/ticker/proc/mouse_report()
if(GLOB.mouse_food_eaten)
var/list/parts = list()
parts += "<span class='header'>Mouse stats:</span>"
parts += "Mouse Born: [GLOB.mouse_spawned]"
parts += "Mouse Killed: [GLOB.mouse_killed]"
parts += "Trash Eaten: [GLOB.mouse_food_eaten]"
return "<div class='panel stationborder'>[parts.Join("<br>")]</div>"
return ""
//WS End

/datum/controller/subsystem/ticker/proc/antag_report()
var/list/result = list()
var/list/all_teams = list()
Expand Down

0 comments on commit c0f1e21

Please sign in to comment.