Deploying to gh-pages from @ e8e0068531 🚀

This commit is contained in:
sheepishgoat
2025-02-05 06:19:18 +00:00
commit 705fd9528e
1526 changed files with 8838 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/mutation/human/fatfang - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/mutation/human/fatfang.html#var">Var Details</a></header><main><h1>fatfang <aside>/<a href="datum.html">datum</a>/<a href="datum/mutation/human/fatfang.html">mutation/human/fatfang</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/datums/mutations/fatfang.dm#L1"><img src="git.png" width="16" height="16" title="GainStation13/code/datums/mutations/fatfang.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/mutation/human/fatfang.html#var/chem_to_add">chem_to_add</a></th><td>Which chem is added (lipo default) and how much?</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/chem_to_add"><aside class="declaration">var </aside>chem_to_add <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/GainStation13/code/datums/mutations/fatfang.dm#L13"><img src="git.png" width="16" height="16" title="GainStation13/code/datums/mutations/fatfang.dm 13"></a></h3><p>Which chem is added (lipo default) and how much?</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
+6
View File
@@ -0,0 +1,6 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/mutation/human/hulk - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/mutation/human/hulk.html#proc">Proc Details</a></header><main><h1>hulk <aside>/<a href="datum.html">datum</a>/<a href="datum/mutation/human/hulk.html">mutation/human/hulk</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/mutations/hulk.dm#L2"><img src="git.png" width="16" height="16" title="code/datums/mutations/hulk.dm 2"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/mutation/human/hulk.html#proc/break_an_arm">break_an_arm</a></th><td>Checks damage of a hulk's arm and applies bone wounds as necessary.</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/break_an_arm"><aside class="declaration">proc </aside>break_an_arm<aside>(/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/bodypart.html">bodypart</a>/arm) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/mutations/hulk.dm#L39"><img src="git.png" width="16" height="16" title="code/datums/mutations/hulk.dm 39"></a></aside></h3><p>Checks damage of a hulk's arm and applies bone wounds as necessary.</p>
<p>Called by specific atoms being attacked, such as walls. If an atom
does not call this proc, than punching that atom will not cause
arm breaking (even if the atom deals recoil damage to hulks).
Arguments:
arg1 is the arm to evaluate damage of and possibly break.</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>