A couple more bugfixes and tweaks.

Changed the way radio range works. Headsets have a range of 1, intercoms 3. If a person is in this range, they get to hear incoming messages.

Fixed the disposal bug; items were dropping on the floor when placed in disposals...

Changed the way NTSL::TCS broadcast() generates a dummy radio.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3206 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2012-02-28 00:47:54 +00:00
parent 896fdae5a1
commit 0cd813a786
4 changed files with 8 additions and 10 deletions
+2 -1
View File
@@ -78,8 +78,9 @@
if(!I) return
I.loc = src
user.drop_item()
if(I)
I.loc = src
user << "You place \the [I] into the [src]."
for(var/mob/M in viewers(src))