mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user