mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-25 22:29:02 +01:00
One more comment
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
var/suppliersLeft = valid_suppliers.len
|
||||
for(var/A in valid_suppliers)
|
||||
var/datum/component/plumbing/give = A
|
||||
//GS13 Edit: See above comment
|
||||
var/currentRequest = (targetVolume - reagents.total_volume) / suppliersLeft
|
||||
give.transfer_to(src, currentRequest, reagent, net)
|
||||
suppliersLeft--
|
||||
|
||||
Reference in New Issue
Block a user