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
+2
View File
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/storage/book/bible - /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="obj/item/storage/book/bible.html#proc">Proc Details</a></header><main><h1>bible <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/storage/book/bible.html">storage/book/bible</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/book.dm#L30"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/book.dm 30"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/storage/book/bible.html#proc/check_menu">check_menu</a></th><td>Checks if we are allowed to interact with the radial</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/check_menu"><aside class="declaration">proc </aside>check_menu<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/<a href="mob/living/carbon.html">carbon</a>/<a href="mob/living/carbon/human.html">human</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/book.dm#L88"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/book.dm 88"></a></aside></h3><p>Checks if we are allowed to interact with the radial</p>
<p>Arguements: user The mob interacting with the menu</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>/obj/item/storage/box/papersack - /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="obj/item/storage/box/papersack.html#var">Var Details</a> - <a href="obj/item/storage/box/papersack.html#proc">Proc Details</a></header><main><h1>papersack <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/storage/box/papersack.html">storage/box/papersack</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/boxes.dm#L882"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/boxes.dm 882"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/storage/box/papersack.html#var/papersack_designs">papersack_designs</a></th><td>A list of all available papersack reskins</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/storage/box/papersack.html#proc/check_menu">check_menu</a></th><td>check_menu: Checks if we are allowed to interact with a radial menu</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/papersack_designs"><aside class="declaration">var </aside>papersack_designs <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/boxes.dm#L890"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/boxes.dm 890"></a></h3><p>A list of all available papersack reskins</p><h2 id="proc">Proc Details</h2><h3 id="proc/check_menu"><aside class="declaration">proc </aside>check_menu<aside>(/<a href="mob.html">mob</a>/user, /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/pen/P) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/boxes.dm#L954"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/boxes.dm 954"></a></aside></h3><p>check_menu: Checks if we are allowed to interact with a radial menu</p>
<p>Arguments:</p>
<ul>
<li>user The mob interacting with a menu</li>
<li>P The pen used to interact with a menu</li>
</ul></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/storage/fancy/rollingpapers - /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="obj/item/storage/fancy/rollingpapers.html#var">Var Details</a> - <a href="obj/item/storage/fancy/rollingpapers.html#proc">Proc Details</a></header><main><h1>rollingpapers <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/storage/fancy/rollingpapers.html">storage/fancy/rollingpapers</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/fancy.dm#L330"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/fancy.dm 330"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/storage/fancy/rollingpapers.html#var/icon_type">icon_type</a></th><td>The value in here has NOTHING to do with icons. It needs to be this for the proper examine.</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/storage/fancy/rollingpapers.html#proc/update_icon_state">update_icon_state</a></th><td>Overrides to do nothing because fancy boxes are fucking insane.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/icon_type">icon_type <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/fancy.dm#L337"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/fancy.dm 337"></a></h3><p>The value in here has NOTHING to do with icons. It needs to be this for the proper examine.</p><h2 id="proc">Proc Details</h2><h3 id="proc/update_icon_state"><aside class="parent"><a title="/atom" href="atom.html#proc/update_icon_state"></a></aside>update_icon_state<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/fancy.dm#L348"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/fancy.dm 348"></a></aside></h3><p>Overrides to do nothing because fancy boxes are fucking insane.</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>
+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>/obj/item/storage/pod - /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="obj/item/storage/pod.html#proc">Proc Details</a></header><main><h1>pod <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/storage/pod.html">storage/pod</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/emergency.dm#L628"><img src="git.png" width="16" height="16" title="code/modules/shuttle/emergency.dm 628"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/storage/pod.html#proc/afterShuttleMove">afterShuttleMove</a></th><td>Item move procs</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/afterShuttleMove">afterShuttleMove<aside>(/<a href="turf.html">turf</a>/oldT, /list/movement_force, shuttle_dir, shuttle_preferred_direction, move_dir, rotation) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/on_move.dm#L290"><img src="git.png" width="16" height="16" title="code/modules/shuttle/on_move.dm 290"></a></aside></h3><p>Item move procs</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>
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/storage/portable_chem_mixer - /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="obj/item/storage/portable_chem_mixer.html#var">Var Details</a> - <a href="obj/item/storage/portable_chem_mixer.html#proc">Proc Details</a></header><main><h1>portable_chem_mixer <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/storage/portable_chem_mixer.html">storage/portable_chem_mixer</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/devices/portable_chem_mixer.dm#L1"><img src="git.png" width="16" height="16" title="code/game/objects/items/devices/portable_chem_mixer.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/storage/portable_chem_mixer.html#var/amount">amount</a></th><td>Creating an empty slot for a beaker that can be added to dispense into</td></tr><tr><th><a href="obj/item/storage/portable_chem_mixer.html#var/dispensable_reagents">dispensable_reagents</a></th><td>The amount of reagent that is to be dispensed currently</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/storage/portable_chem_mixer.html#proc/ComponentInitialize">ComponentInitialize</a></th><td>List in which all currently dispensable reagents go</td></tr><tr><th><a href="obj/item/storage/portable_chem_mixer.html#proc/replace_beaker">replace_beaker</a></th><td>Replaces the beaker of the portable chemical mixer with another beaker, or simply adds the new beaker if none is in currently</td></tr><tr><th><a href="obj/item/storage/portable_chem_mixer.html#proc/update_contents">update_contents</a></th><td>Updates the contents of the portable chemical mixer</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/amount"><aside class="declaration">var </aside>amount <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/devices/portable_chem_mixer.dm#L12"><img src="git.png" width="16" height="16" title="code/game/objects/items/devices/portable_chem_mixer.dm 12"></a></h3><p>Creating an empty slot for a beaker that can be added to dispense into</p><h3 id="var/dispensable_reagents"><aside class="declaration">var </aside>dispensable_reagents <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/devices/portable_chem_mixer.dm#L14"><img src="git.png" width="16" height="16" title="code/game/objects/items/devices/portable_chem_mixer.dm 14"></a></h3><p>The amount of reagent that is to be dispensed currently</p><h2 id="proc">Proc Details</h2><h3 id="proc/ComponentInitialize"><aside class="parent"><a title="/atom" href="atom.html#proc/ComponentInitialize"></a></aside>ComponentInitialize<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/devices/portable_chem_mixer.dm#L16"><img src="git.png" width="16" height="16" title="code/game/objects/items/devices/portable_chem_mixer.dm 16"></a></aside></h3><p>List in which all currently dispensable reagents go</p><h3 id="proc/replace_beaker"><aside class="declaration">proc </aside>replace_beaker<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/user, /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/reagent_containers/new_beaker) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/devices/portable_chem_mixer.dm#L102"><img src="git.png" width="16" height="16" title="code/game/objects/items/devices/portable_chem_mixer.dm 102"></a></aside></h3><p>Replaces the beaker of the portable chemical mixer with another beaker, or simply adds the new beaker if none is in currently</p>
<p>Checks if a valid user and a valid new beaker exist and attempts to replace the current beaker in the portable chemical mixer with the one in hand. Simply places the new beaker in if no beaker is currently loaded
Arguments:</p>
<ul>
<li>mob/living/user - The user who is trying to exchange beakers
<ul>
<li>obj/item/reagent_containers/new_beaker - The new beaker that the user wants to put into the device</li>
</ul>
</li>
</ul><h3 id="proc/update_contents"><aside class="declaration">proc </aside>update_contents<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/devices/portable_chem_mixer.dm#L63"><img src="git.png" width="16" height="16" title="code/game/objects/items/devices/portable_chem_mixer.dm 63"></a></aside></h3><p>Updates the contents of the portable chemical mixer</p>
<p>A list of dispensable reagents is created by iterating through each source beaker in the portable chemical beaker and reading its contents</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>
+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>/obj/item/storage/toolbox/mechanical - /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="obj/item/storage/toolbox/mechanical.html#var">Var Details</a></header><main><h1>mechanical <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/storage/toolbox/mechanical.html">storage/toolbox/mechanical</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/toolbox.dm#L78"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/toolbox.dm 78"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/storage/toolbox/mechanical.html#var/has_soul">has_soul</a></th><td>If FALSE, someone with a ensouled soulstone can sacrifice a spirit to change the sprite of this toolbox.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/has_soul"><aside class="declaration">var </aside>has_soul <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/storage/toolbox.dm#L83"><img src="git.png" width="16" height="16" title="code/game/objects/items/storage/toolbox.dm 83"></a></h3><p>If FALSE, someone with a ensouled soulstone can sacrifice a spirit to change the sprite of this toolbox.</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>