•Because "HURR DURR BREAK NEWSCSATER" becomes silly after the nth round.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3018 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
polyxenitopalidou@gmail.com
2012-01-30 17:06:51 +00:00
parent 298932e028
commit 5d4440dcae

View File

@@ -625,7 +625,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //list that will contain r
else
if(istype(I, /obj/item/weapon) )
var/obj/item/weapon/W = I
if(W.force <10)
if(W.force <15)
for (var/mob/O in hearers(5, src.loc))
O.show_message("[user.name] hits the [src.name] with the [W.name] with no visible effect." )
playsound(src.loc, 'Glasshit.ogg', 100, 1)