One little derp fixed.

Bottles now again transfers 10 units of contents at once.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@896 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-01-21 20:08:59 +00:00
parent 05fa76963e
commit ca38eb1eb8
2 changed files with 18 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ datum/radio_frequency
if(!start_point)
del(signal)
return 0
if (filter && ooc_allowed)//HACK, remove ooc_allowed
if (filter)
var/list/obj/devices_line = devices[filter_str]
for(var/obj/device in devices_line)
if(device == source)