//see /code/game/objects/items/stacks/fifty_spawner.dm for details on this /obj/fiftyspawner/iron name = "stack of iron" type_to_spawn = /obj/item/stack/material/iron /obj/fiftyspawner/sandstone name = "stack of sandstone" type_to_spawn = /obj/item/stack/material/sandstone /obj/fiftyspawner/marble name = "stack of marble" type_to_spawn = /obj/item/stack/material/marble /obj/fiftyspawner/concrete name = "stack of concrete" type_to_spawn = /obj/item/stack/material/concrete /obj/fiftyspawner/diamond name = "stack of diamond" type_to_spawn = /obj/item/stack/material/diamond /obj/fiftyspawner/uranium name = "stack of uranium" type_to_spawn = /obj/item/stack/material/uranium /obj/fiftyspawner/phoron name = "stack of phoron" type_to_spawn = /obj/item/stack/material/phoron /obj/fiftyspawner/plastic name = "stack of plastic" type_to_spawn = /obj/item/stack/material/plastic /obj/fiftyspawner/copper name = "stack of copper" type_to_spawn = /obj/item/stack/material/copper /obj/fiftyspawner/graphite name = "stack of graphite" type_to_spawn = /obj/item/stack/material/graphite /obj/fiftyspawner/gold name = "stack of gold" type_to_spawn = /obj/item/stack/material/gold /obj/fiftyspawner/silver name = "stack of silver" type_to_spawn = /obj/item/stack/material/silver /obj/fiftyspawner/platinum name = "stack of platinum" type_to_spawn = /obj/item/stack/material/platinum /obj/fiftyspawner/mhydrogen name = "stack of mhydrogen" type_to_spawn = /obj/item/stack/material/mhydrogen /obj/fiftyspawner/tritium name = "stack of tritium" type_to_spawn = /obj/item/stack/material/tritium /obj/fiftyspawner/osmium name = "stack of osmium" type_to_spawn = /obj/item/stack/material/osmium /obj/fiftyspawner/steel name = "stack of steel" type_to_spawn = /obj/item/stack/material/steel /obj/fiftyspawner/steel/hull name = "stack of steel hull" type_to_spawn = /obj/item/stack/material/steel/hull /obj/fiftyspawner/plasteel name = "stack of plasteel" type_to_spawn = /obj/item/stack/material/plasteel /obj/fiftyspawner/plasteel/rebar name = "stack of plasteel rebars" type_to_spawn = /obj/item/stack/material/plasteel/rebar /obj/fiftyspawner/plasteel/hull name = "stack of plasteel hull" type_to_spawn = /obj/item/stack/material/plasteel/hull /obj/fiftyspawner/durasteel name = "stack of durasteel" type_to_spawn = /obj/item/stack/material/durasteel /obj/fiftyspawner/durasteel/hull name = "stack of durasteel hull" type_to_spawn = /obj/item/stack/material/durasteel/hull /obj/fiftyspawner/wood name = "stack of wood" type_to_spawn = /obj/item/stack/material/wood /obj/fiftyspawner/sifwood name = "stack of alien wood" type_to_spawn = /obj/item/stack/material/wood/sif /obj/fiftyspawner/hardwood name = "stack of hardwood" type_to_spawn = /obj/item/stack/material/wood/hard /obj/fiftyspawner/birchwood name = "stack of birchwood" type_to_spawn = /obj/item/stack/material/wood/birch /obj/fiftyspawner/pinewood name = "stack of pinewood" type_to_spawn = /obj/item/stack/material/wood/pine /obj/fiftyspawner/oakwood name = "stack of oakwood" type_to_spawn = /obj/item/stack/material/wood/oak /obj/fiftyspawner/acaciawood name = "stack of acaciawood" type_to_spawn = /obj/item/stack/material/wood/acacia /obj/fiftyspawner/redwood name = "stack of redwood" type_to_spawn = /obj/item/stack/material/wood/redwood /obj/fiftyspawner/log name = "stack of logs" type_to_spawn = /obj/item/stack/material/log /obj/fiftyspawner/log/sif name = "stack of alien logs" type_to_spawn = /obj/item/stack/material/log/sif /obj/fiftyspawner/log/hard name = "stack of hardwood logs" type_to_spawn = /obj/item/stack/material/log/hard /obj/fiftyspawner/cloth name = "stack of cloth" type_to_spawn = /obj/item/stack/material/cloth /obj/fiftyspawner/fiber name = "stack of plant fibers" type_to_spawn = /obj/item/stack/material/fiber /obj/fiftyspawner/cardboard name = "stack of cardboard" type_to_spawn = /obj/item/stack/material/cardboard /obj/fiftyspawner/leather name = "stack of leather" type_to_spawn = /obj/item/stack/material/leather /obj/fiftyspawner/glass name = "stack of glass" type_to_spawn = /obj/item/stack/material/glass /obj/fiftyspawner/rglass name = "stack of reinforced glass" type_to_spawn = /obj/item/stack/material/glass/reinforced /obj/fiftyspawner/phoronglass name = "stack of borosilicate glass" type_to_spawn = /obj/item/stack/material/glass/phoronglass /obj/fiftyspawner/phoronrglass name = "stack of reinforced borosilicate glass" type_to_spawn = /obj/item/stack/material/glass/phoronrglass /obj/fiftyspawner/glamour name = "stack of stable glamour" type_to_spawn = /obj/item/stack/material/glamour /obj/fiftyspawner/deuterium name = "stack of deuterium" type_to_spawn = /obj/item/stack/material/deuterium /obj/fiftyspawner/titanium name = "stack of titanium" type_to_spawn = /obj/item/stack/material/titanium /obj/fiftyspawner/titanium_glass name = "stack of ti-glass" type_to_spawn = /obj/item/stack/material/glass/titanium /obj/fiftyspawner/plastitanium name = "stack of plastitanium" type_to_spawn = /obj/item/stack/material/plastitanium /obj/fiftyspawner/plastitanium_hull name = "stack of plastitanium" type_to_spawn = /obj/item/stack/material/plastitanium/hull /obj/fiftyspawner/plastitanium_glass name = "stack of plastitanium glass" type_to_spawn = /obj/item/stack/material/glass/plastitanium