Round statistics:

adminhelps, air alarms, borg deaths.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2331 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
bbusse@gmail.com
2011-10-06 00:18:05 +00:00
parent 3c7e103687
commit ed35e86839
5 changed files with 22 additions and 6 deletions

View File

@@ -20,8 +20,16 @@ var/global/datum/tension/tension_master
var/deaths
var/human_deaths
var/explosions
var/adminhelps
var/air_alarms
New()
score = 0
deaths=0
human_deaths=0
explosions=0
adminhelps=0
air_alarms=0
proc/process()
score += get_num_players()*PLAYER_WEIGHT
@@ -50,8 +58,8 @@ var/global/datum/tension/tension_master
score += EXPLO_SCORE
explosions++
New()
score = 0
deaths=0
human_deaths=0
explosions=0
proc/new_adminhelp()
adminhelps++
proc/new_air_alarm()
air_alarms++