瀏覽代碼

[fixed] wrong time flow during milking

N0X 2 年之前
父節點
當前提交
8c5e668123
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      locations/lact_lib.qsrc

+ 0 - 2
locations/lact_lib.qsrc

@@ -969,8 +969,6 @@ if $ARGS[0] = '$get_breastmilk':
 			
 			!! Next check is for cases when not only there is less milk than demanded, but also not enough max_nip_flow_rate 
 			if pumptime_left > 0: 
-				!! returning unused time (could use it a lot in RL... -_-)
-				minut -= pumptime_left
 				pumptime = ARGS[2] - pumptime_left + 1 
 				!!	time to add the pumped lactation['breastmv'] to the milkedvolume and empty lactation['breastmv'].
 				lactation['get_bm_milkedvolume'] += lactation['breastmv']