A few fixes

This commit is contained in:
Heroman
2022-12-20 18:01:31 +10:00
parent 5fffdef1a8
commit b7a51d6281
4 changed files with 2665 additions and 43503 deletions
+3 -1
View File
@@ -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)