a
This commit is contained in:
@@ -424,7 +424,7 @@
|
||||
if(1)
|
||||
var/cont[0]
|
||||
for(var/datum/reagent/RE in reagents.reagent_list)
|
||||
cont += RE.id
|
||||
cont += RE.type
|
||||
set_pin_data(IC_OUTPUT, 3, cont)
|
||||
push_data()
|
||||
if(2)
|
||||
@@ -492,11 +492,11 @@
|
||||
|
||||
for(var/datum/reagent/G in source.reagents.reagent_list)
|
||||
if(!direction_mode)
|
||||
if(G.id in demand)
|
||||
source.reagents.trans_id_to(target, G.id, transfer_amount)
|
||||
if(G.type in demand)
|
||||
source.reagents.trans_id_to(target, G.type, transfer_amount)
|
||||
else
|
||||
if(!(G.id in demand))
|
||||
source.reagents.trans_id_to(target, G.id, transfer_amount)
|
||||
if(!(G.type in demand))
|
||||
source.reagents.trans_id_to(target, G.type, transfer_amount)
|
||||
activate_pin(2)
|
||||
push_data()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user