mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Fixes drying rack not drying wet leather (#2931)
* leatherman (#56483) Fixes stacks like wet leather not being dryable in a drying rack * Fixes drying rack not drying wet leather Co-authored-by: Valtos <valtos@spaces.ru>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
return
|
||||
|
||||
else if(istype(source, /obj/item/stack)) //Check if its a sheet
|
||||
var/obj/item/stack/itemstack
|
||||
var/obj/item/stack/itemstack = dried_atom
|
||||
for(var/i in 1 to itemstack.amount)
|
||||
var/atom/movable/resulting_atom = new dry_result(source.drop_location())
|
||||
ADD_TRAIT(resulting_atom, TRAIT_DRIED, ELEMENT_TRAIT)
|
||||
|
||||
Reference in New Issue
Block a user