mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
fix return value in /obj/item/stack/use when consuming whole stack (#50950)
Fix adding sheets to machine frames when holding the perfect amount of sheets
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
return FALSE
|
||||
amount -= used
|
||||
if(check && zero_amount())
|
||||
return FALSE
|
||||
return TRUE
|
||||
if(length(mats_per_unit))
|
||||
var/temp_materials = custom_materials.Copy()
|
||||
for(var/i in mats_per_unit)
|
||||
|
||||
Reference in New Issue
Block a user