mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Deploy to GitHub pages
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/abstract_steps.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/modules/surgery/abstract_steps.html#define">Define Details</a></header><main><h1>code/modules/surgery/abstract_steps.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/abstract_steps.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/abstract_steps.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/surgery/abstract_steps.html#define/SURGERY_TOOL_HAND">SURGERY_TOOL_HAND</a></th><td>This file consists of how we manage somewhat non-linear surgeries.
|
||||
Essentially what goes on here is that we have some "proxy" surgery steps that get inserted into existing surgeries at key points.
|
||||
Depending on the tool used after that point, the proxy step chooses the next step(s) that should be executed.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery.html">surgery</a>/intermediate</th><td>A partial surgery that consists of a few steps that may be found in the middle of another operation.
|
||||
An existing surgery can yield to an intermediate surgery for a few steps by way of a proxy surgery_step.</td></tr><tr><th><a href="datum/surgery_step/proxy.html">/datum/surgery_step/proxy</a></th><td>Here's the special sauce: a surgery step that can pretend to be a few different surgery steps.
|
||||
These proxy steps will, depending on the tool that's used, either continue to the next surgery step, or temporarily spin off a new surgery
|
||||
by adding new steps to the current surgery.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery_step.html">surgery_step</a>/<a href="datum/surgery_step/proxy.html">proxy</a>/open_organ</th><td>Proxy surgery step to allow healing bleeding, bones, and burns.
|
||||
Should be added into surgeries just after the first three standard steps.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery_step.html">surgery_step</a>/<a href="datum/surgery_step/proxy.html">proxy</a>/ib</th><td>Mend IB without healing bones</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery_step.html">surgery_step</a>/<a href="datum/surgery_step/proxy.html">proxy</a>/robotics/repair_limb</th><td>The robotic equivalent</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/SURGERY_TOOL_HAND"><aside class="declaration">#define </aside>SURGERY_TOOL_HAND <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/abstract_steps.dm#L16"><img src="git.png" width="16" height="16" title="code/modules/surgery/abstract_steps.dm 16"></a></h3><p>This file consists of how we manage somewhat non-linear surgeries.
|
||||
Essentially what goes on here is that we have some "proxy" surgery steps that get inserted into existing surgeries at key points.
|
||||
Depending on the tool used after that point, the proxy step chooses the next step(s) that should be executed.</p>
|
||||
<p>These proxy steps use a list of surgeries, so a full procedure can be inserted into an existing surgery. Just make sure that the user's state
|
||||
after an intermediate surgery is (in the context of the surgery) identical to before the intermediate surgery. Don't heal things that will
|
||||
need to be healed during the surgery, for example.</p>
|
||||
<p>Adding a new intermediate surgery:</p>
|
||||
<ul>
|
||||
<li>Define a new intermediate surgery datum with the list of steps that you want to inject. This forms one surgery "branch".</li>
|
||||
<li>Define a new proxy surgery step with branches containing the typepath of your new surgery datum.</li>
|
||||
<li>Insert that surgery step into an existing surgery.</li>
|
||||
</ul></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/bones.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/surgery/bones.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/bones.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/bones.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery.html">surgery</a>/bone_repair</th><td>Surgery Datums</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/augments_arms.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/surgery/organs/augments_arms.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/augments_arms.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/augments_arms.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/cyberimp/arm/janitorial/advanced</th><td>ERT implant, i dont overly expect this to get into the hands of crew</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/cyberimp/arm/janitorial/advanced/l</th><td>its for ERT, but still probably a good idea.</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/blood.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/modules/surgery/organs/blood.html#define">Define Details</a></header><main><h1>code/modules/surgery/organs/blood.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/blood.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/blood.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/surgery/organs/blood.html#define/EXOTIC_BLEED_MULTIPLIER">EXOTIC_BLEED_MULTIPLIER</a></th><td>MARK: BLOOD SYSTEM</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/EXOTIC_BLEED_MULTIPLIER"><aside class="declaration">#define </aside>EXOTIC_BLEED_MULTIPLIER <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/blood.dm#L5"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/blood.dm 5"></a></h3><p>MARK: BLOOD SYSTEM</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/organ_datums/heart_datum.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/surgery/organs/organ_datums/heart_datum.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/organ_datums/heart_datum.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/organ_datums/heart_datum.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/organ.html">organ</a>/heart/always_beating</th><td>A subtype that is always beating. Abductor glands and demon hearts use this.</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/organ_external.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/surgery/organs/organ_external.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/organ_external.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/organ_external.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/item/organ/external.html">/obj/item/organ/external</a></th><td>EXTERNAL ORGANS</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/organ_extractor.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/surgery/organs/organ_extractor.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/organ_extractor.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/organ_extractor.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/organ_extractor/abductor</th><td>Advanced abductor version. Is a lot faster with implanting into others</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/subtypes/diona_organs.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/surgery/organs/subtypes/diona_organs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/subtypes/diona_organs.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/subtypes/diona_organs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/heart/diona</th><td>Turns into a nymph instantly, no transplanting possible.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/<a href="obj/item/organ/internal/brain.html">brain</a>/diona</th><td>Turns into a nymph instantly, no transplanting possible.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/kidneys/diona</th><td>Turns into a nymph instantly, no transplanting possible.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/appendix/diona</th><td>Turns into a nymph instantly, no transplanting possible.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/<a href="obj/item/organ/internal/eyes.html">eyes</a>/diona</th><td>Turns into a nymph instantly, no transplanting possible.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/<a href="obj/item/organ/internal/liver.html">liver</a>/diona</th><td>Turns into a nymph instantly, no transplanting possible.</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/subtypes/standard_organs.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/surgery/organs/subtypes/standard_organs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/subtypes/standard_organs.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/subtypes/standard_organs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/external.html">external</a>/chest</th><td>ORGAN DEFINES</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/subtypes/tajaran_organs.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/surgery/organs/subtypes/tajaran_organs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/subtypes/tajaran_organs.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/subtypes/tajaran_organs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/<a href="obj/item/organ/internal/eyes.html">eyes</a>/tajaran/farwa</th><td>Being the lesser form of Tajara, Farwas have an utterly incurable version of their colourblindness.</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs/subtypes/vulpkanin_organs.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/surgery/organs/subtypes/vulpkanin_organs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/subtypes/vulpkanin_organs.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/subtypes/vulpkanin_organs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/<a href="obj/item/organ/internal/eyes.html">eyes</a>/vulpkanin/wolpin</th><td>Being the lesser form of Vulpkanin, Wolpins have an utterly incurable version of their colourblindness.</td></tr></table></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>
|
||||
@@ -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/surgery/organs/vocal_cords.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/surgery/organs/vocal_cords.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs/vocal_cords.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs/vocal_cords.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/vocal_cords</th><td>organs that are activated through speech with the :x channel</td></tr><tr><th><a href="datum/voice_of_god_command.html">/datum/voice_of_god_command</a></th><td>Voice of god command datums that are used in [/proc/voice_of_god()]</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/silence</th><td>This command silences the listeners. Thrice as effective is the user is a mime or curator.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/hallucinate</th><td>This command makes the listeners see others as corgis, carps, skellies etcetera etcetera.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/wake_up</th><td>This command wakes up the listeners.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/heal</th><td>This command heals the listeners for 10 points of total damage.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/brute</th><td>This command applies 15 points of brute damage to the listeners. There's subtle theological irony in this being more powerful than healing.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/bleed</th><td>This command makes carbon listeners bleed from a random body part.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/burn</th><td>This command sets the listeners ablaze.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/repulse</th><td>This command throws the listeners away from the user.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/attract</th><td>This command throws the listeners at the user.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/who_are_you</th><td>This command forces the listeners to say their true name (so masks and hoods won't help).
|
||||
Basic and simple mobs who are forced to state their name and don't have one already will... reveal their actual one!</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/say_my_name</th><td>This command forces the listeners to say the user's name</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/knock_knock</th><td>This command forces the listeners to say "Who's there?".</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/state_laws</th><td>This command forces silicon listeners to state all their laws.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/move</th><td>This command forces the listeners to take step in a direction chosen by the user, otherwise a random cardinal one.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/walk</th><td>This command forces the listeners to switch to walk intent.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/run</th><td>This command forces the listeners to switch to run intent.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/throw_catch</th><td>This command turns the listeners' throw mode on.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/getup</th><td>This command forces the listeners to get the fuck up, resetting all stuns.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/sit</th><td>This command forces each listener to buckle to a chair found on the same tile.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/stand</th><td>This command forces each listener to unbuckle from whatever they are buckled to.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/jump</th><td>This command forces the listener to do the jump emote 3/4 of the times or reply "HOW HIGH?!!".</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/honk</th><td>This command plays a bikehorn sound after 2 seconds and a half have passed, and also slips listeners if the user is a clown.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/voice_of_god_command.html">voice_of_god_command</a>/multispin</th><td>This command spins the listeners 1800° degrees clockwise.</td></tr><tr><th><a href="datum/voice_of_god_command/emote.html">/datum/voice_of_god_command/emote</a></th><td>Supertype of all those commands that make people emote and nothing else. Fuck copypasta.</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/organs_internal.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/modules/surgery/organs_internal.html#define">Define Details</a></header><main><h1>code/modules/surgery/organs_internal.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs_internal.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs_internal.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/surgery/organs_internal.html#define/GHETTO_DISINFECT_AMOUNT">GHETTO_DISINFECT_AMOUNT</a></th><td>Amount of units to transfer from the container to the organs during disinfection step.</td></tr><tr><th><a href="code/modules/surgery/organs_internal.html#define/MITO_REVIVAL_COST">MITO_REVIVAL_COST</a></th><td>Amount of mito necessary to revive an organ</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery_step.html">surgery_step</a>/<a href="datum/surgery_step/proxy.html">proxy</a>/manipulate_organs</th><td>The surgery step to trigger this whole situation</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/GHETTO_DISINFECT_AMOUNT"><aside class="declaration">#define </aside>GHETTO_DISINFECT_AMOUNT <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs_internal.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs_internal.dm 2"></a></h3><p>Amount of units to transfer from the container to the organs during disinfection step.</p><h3 id="define/MITO_REVIVAL_COST"><aside class="declaration">#define </aside>MITO_REVIVAL_COST <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/organs_internal.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/surgery/organs_internal.dm 4"></a></h3><p>Amount of mito necessary to revive an organ</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/other.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/surgery/other.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/other.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/other.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery_step.html">surgery_step</a>/fix_dead_tissue</th><td>Debridement</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/surgery.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/surgery/surgery.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/surgery.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/surgery.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/surgery.html">/datum/surgery</a></th><td>Datum Surgery Helpers</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/tending.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/surgery/tending.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/tending.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/tending.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/surgery_step/proxy/open_organ/extra.html">/datum/surgery_step/proxy/open_organ/extra</a></th><td>Surgeries for tending brute and burn damage without needing to expend items.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/surgery_step.html">surgery_step</a>/<a href="datum/surgery_step/heal.html">heal</a>/brute</th><td>BRUTE STEPS</td></tr></table></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/surgery/tools.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/surgery/tools.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/surgery/tools.dm"><img src="git.png" width="16" height="16" title="code/modules/surgery/tools.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/scalpel/laser</th><td>lasers also count as cauteries, and hemostats purely for opening surgery.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/scalpel/laser/manager</th><td>super tool! Retractor/hemostat</td></tr></table></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>
|
||||
Reference in New Issue
Block a user