From 0b1318997cdaeb793aaacbb963182eac2f2aa952 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Wed, 23 Nov 2011 21:30:28 +0000 Subject: [PATCH] Removes unnecessary debugging crap. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2547 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/radio/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/radio/radio.dm b/code/game/objects/radio/radio.dm index 1f22b6a4645..f35d74734d9 100644 --- a/code/game/objects/radio/radio.dm +++ b/code/game/objects/radio/radio.dm @@ -17,7 +17,7 @@ freerange = 0 // 0 - Sanitize frequencies, 1 - Full range list/channels = list() //see communications.dm for full list. First channes is a "default" for :h // "Example" = FREQ_LISTENING|FREQ_BROADCASTING - flags = 450 + flags = 450 // hello i'm a fucking idiot why is this 450?? CODE GODS PLEASE EXPLAIN~ throw_speed = 2 throw_range = 9 w_class = 2