mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
•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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user