mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Update recycling.dm
This commit is contained in:
@@ -149,8 +149,8 @@
|
||||
|
||||
/obj/machinery/recycling/sorter/proc/dispense_if_possible()
|
||||
for(var/mat in materials)
|
||||
while(materials[mat] >= (SHEET_MATERIAL_AMOUNT/10)) //Lowers the amount needed to make dust
|
||||
materials[mat] -= (SHEET_MATERIAL_AMOUNT/10) //Lowers the amount needed to make dust
|
||||
while(materials[mat] >= (SHEET_MATERIAL_AMOUNT/10)) //CHOMPEDIT: Lowers the amount needed to make dust
|
||||
materials[mat] -= (SHEET_MATERIAL_AMOUNT/10) //CHOMPEDIT: Lowers the amount needed to make dust
|
||||
new /obj/item/material_dust(get_step(src, dir), mat)
|
||||
sleep(2 SECONDS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user