Minor mapfix to make the syndicate deathsquad's announcer actually audible to the team.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3315 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-17 01:00:11 +00:00
parent dd27131ce9
commit 9a248b12f2
2 changed files with 5 additions and 5 deletions

View File

@@ -508,7 +508,7 @@ var/global/datum/tension/tension_master
var/mob/dead/observer/theghost = null
var/time_passed = world.time
var/input = "Purify the station."
if(prob(1))
if(prob(10))
input = "Save Runtime and any other cute things on the station."
/*
if (emergency_shuttle.direction == 1 && emergency_shuttle.online == 1)