Files

1 line
4.5 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/game/machinery/clonepod.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><a href="code/game/machinery/clonepod.html#define">Define Details</a></header><main><h1>code/game/machinery/clonepod.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonepod.dm"><img src="git.png" width="16" height="16" title="code/game/machinery/clonepod.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/game/machinery/clonepod.html#define/VALID_REAGENTS">VALID_REAGENTS</a></th><td>Reagents that can be inserted into the cloning pod (and not deleted by it).</td></tr><tr><th><a href="code/game/machinery/clonepod.html#define/VALID_BIOMASSABLES">VALID_BIOMASSABLES</a></th><td>Meats that can be used as biomass for the cloner.</td></tr><tr><th><a href="code/game/machinery/clonepod.html#define/FORBIDDEN_INTERNAL_ORGANS">FORBIDDEN_INTERNAL_ORGANS</a></th><td>Internal organs the cloner will <em>never</em> accept for insertion.</td></tr><tr><th><a href="code/game/machinery/clonepod.html#define/UPGRADE_LOCKED_ORGANS">UPGRADE_LOCKED_ORGANS</a></th><td>Internal organs the cloner will only accept when fully upgraded.</td></tr><tr><th><a href="code/game/machinery/clonepod.html#define/FORBIDDEN_LIMBS">FORBIDDEN_LIMBS</a></th><td>Limbs that the cloner won't accept.</td></tr><tr><th><a href="code/game/machinery/clonepod.html#define/ALLOWED_ROBOT_PARTS">ALLOWED_ROBOT_PARTS</a></th><td>A list of robot parts for use later, so that you can put them straight into the cloner from the exosuit fabricator.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/ALLOWED_ROBOT_PARTS"><aside class="declaration">#define </aside>ALLOWED_ROBOT_PARTS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonepod.dm#L36"><img src="git.png" width="16" height="16" title="code/game/machinery/clonepod.dm 36"></a></h3><p>A list of robot parts for use later, so that you can put them straight into the cloner from the exosuit fabricator.</p><h3 id="define/FORBIDDEN_INTERNAL_ORGANS"><aside class="declaration">#define </aside>FORBIDDEN_INTERNAL_ORGANS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonepod.dm#L13"><img src="git.png" width="16" height="16" title="code/game/machinery/clonepod.dm 13"></a></h3><p>Internal organs the cloner will <em>never</em> accept for insertion.</p><h3 id="define/FORBIDDEN_LIMBS"><aside class="declaration">#define </aside>FORBIDDEN_LIMBS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonepod.dm#L31"><img src="git.png" width="16" height="16" title="code/game/machinery/clonepod.dm 31"></a></h3><p>Limbs that the cloner won't accept.</p><h3 id="define/UPGRADE_LOCKED_ORGANS"><aside class="declaration">#define </aside>UPGRADE_LOCKED_ORGANS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonepod.dm#L25"><img src="git.png" width="16" height="16" title="code/game/machinery/clonepod.dm 25"></a></h3><p>Internal organs the cloner will only accept when fully upgraded.</p><h3 id="define/VALID_BIOMASSABLES"><aside class="declaration">#define </aside>VALID_BIOMASSABLES <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonepod.dm#L5"><img src="git.png" width="16" height="16" title="code/game/machinery/clonepod.dm 5"></a></h3><p>Meats that can be used as biomass for the cloner.</p><h3 id="define/VALID_REAGENTS"><aside class="declaration">#define </aside>VALID_REAGENTS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/game/machinery/clonepod.dm#L2"><img src="git.png" width="16" height="16" title="code/game/machinery/clonepod.dm 2"></a></h3><p>Reagents that can be inserted into the cloning pod (and not deleted by it).</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>