mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +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:
@@ -21,3 +21,4 @@
|
||||
|
||||
usr << "Your message has been broadcast to administrators."
|
||||
log_admin("HELP: [key_name(src)]: [msg]")
|
||||
tension_master.new_adminhelp()
|
||||
|
||||
@@ -212,11 +212,15 @@
|
||||
<B>Deaths:</B> [tension_master.deaths]<BR>
|
||||
---- <I>Humans:</I> [tension_master.human_deaths]<BR>
|
||||
<B>Explosions:</B> [tension_master.explosions]<BR>
|
||||
<B>Air alarms:</B> [tension_master.air_alarms]<BR>
|
||||
<B>Adminhelps:</B> [tension_master.adminhelps]<BR>
|
||||
<BR>
|
||||
<B>Current Status</B><BR>
|
||||
<B>Tension:</B> [tension_master.score]<BR>
|
||||
<B>Tension per player:</B> [tension_master.score/tension_master.get_num_players()]<BR>
|
||||
<B>Recommendations:</B> not yet implemented<BR>
|
||||
<BR>
|
||||
|
||||
"}
|
||||
|
||||
usr << browse(output,"window=tensionreport")
|
||||
@@ -5,6 +5,8 @@
|
||||
src.stat = 2
|
||||
src.canmove = 0
|
||||
|
||||
tension_master.death(src)
|
||||
|
||||
src.camera.status = 0.0
|
||||
|
||||
if(src.in_contents_of(/obj/machinery/recharge_station))//exit the recharge station
|
||||
|
||||
Reference in New Issue
Block a user