mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 05:23:31 +00:00
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:
@@ -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++
|
||||
Reference in New Issue
Block a user