mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
A few fixes
This commit is contained in:
@@ -134,5 +134,7 @@
|
||||
carrier = loc
|
||||
|
||||
/obj/item/hose_connector/output/active/process()
|
||||
if(carrier)
|
||||
if(carrier && my_hose)
|
||||
carrier.reagents.trans_to_holder(reagents, reagents.maximum_volume)
|
||||
else if(reagents.total_volume && carrier && !my_hose)
|
||||
reagents.trans_to_obj(carrier, reagents.maximum_volume)
|
||||
Reference in New Issue
Block a user