mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Deploy to GitHub pages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/cooking_container.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/cooking_container.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/cooking_container.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/cooking_container.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/reagent_containers/temp</th><td>Abstract reagent container used for transferring from non-containers e.g. sinks</td></tr><tr><th><a href="obj/item/reagent_containers/cooking.html">/obj/item/reagent_containers/cooking</a></th><td>Cooking containers are used in ovens, fryers and so on, to hold multiple
|
||||
ingredients for a recipe. They interact with the cooking process, and link
|
||||
up with the cooking code dynamically. Originally sourced from the Aurora,
|
||||
heavily retooled to actually work with PCWJ Holder for a portion of an
|
||||
incomplete meal, allows a cook to temporarily offload recipes to work on
|
||||
things factory-style, eliminating the need for 20 plates to get things done
|
||||
fast.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/cooking_recipe.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/cooking_recipe.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/cooking_recipe.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/cooking_recipe.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/cooking/recipe.html">/datum/cooking/recipe</a></th><td></td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1,2 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/machines/cooking_surface.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/machines/cooking_surface.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/machines/cooking_surface.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/machines/cooking_surface.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/cooking_surface</th><td>Cooking surfaces are representations of the available "slots" on a cooking machine
|
||||
that can hold a cooking container.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1,4 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/recipe_tracker.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/recipe_tracker.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/recipe_tracker.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/recipe_tracker.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/cooking/step_attempt</th><td>A single attempt to perform a step in a recipe.
|
||||
These are created in a recipe tracker and not kept around.
|
||||
This exists only to make the bookkeeping around recipe tracking easier.</td></tr><tr><th><a href="datum/cooking/recipe_tracker.html">/datum/cooking/recipe_tracker</a></th><td>A recipe tracker is an abstract representation of the progress that a
|
||||
cooking container has made towards any of its possible recipe outcomes.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/recipes/cutting_board_recipes.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/recipes/cutting_board_recipes.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/recipes/cutting_board_recipes.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/recipes/cutting_board_recipes.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/cooking/recipe_step.html">cooking/recipe_step</a>/add_item/supermatter_sliver</th><td>A step that allows either direct adding of a supermatter sliver
|
||||
(if you have somehow manage to hold one), or
|
||||
from tongs if those are used and contain a sliver in them.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/recipes/oven_recipes.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/recipes/oven_recipes.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/recipes/oven_recipes.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/recipes/oven_recipes.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/cooking/recipe.html">cooking/recipe</a>/oven/empanada</th><td>empanadas by Soulster</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/cooking/recipe.html">cooking/recipe</a>/oven/honeypie</th><td>Honey Pie by Nothing (Thanks Ume)</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/cooking/recipe.html">cooking/recipe</a>/oven/honeybread</th><td>HoneyBread(For Luka <3 )</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/recipes/stove_recipes.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/recipes/stove_recipes.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/recipes/stove_recipes.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/recipes/stove_recipes.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/cooking/recipe.html">cooking/recipe</a>/macacosoup</th><td>By Hexi</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/steps/recipe_step_add_meathunk.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/steps/recipe_step_add_meathunk.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/steps/recipe_step_add_meathunk.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/steps/recipe_step_add_meathunk.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/cooking/recipe_step/add_item/meathunk.html">/datum/cooking/recipe_step/add_item/meathunk</a></th><td>A specialized add-item step for specific meat subtypes</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/steps/recipe_step_add_produce.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/cooking/steps/recipe_step_add_produce.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/cooking/steps/recipe_step_add_produce.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/steps/recipe_step_add_produce.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/cooking/recipe_step.html">cooking/recipe_step</a>/add_produce</th><td>A cooking step that involves using grown foods.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
Reference in New Issue
Block a user