mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
1 line
4.7 KiB
HTML
1 line
4.7 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/cosmic_rune - 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="obj/effect/cosmic_rune.html#var">Var Details</a> - <a href="obj/effect/cosmic_rune.html#proc">Proc Details</a></header><main><h1>cosmic_rune <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/cosmic_rune.html">effect/cosmic_rune</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm#L67"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm 67"></a></h1><p>A rune that allows you to teleport to the location of a linked rune.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/effect/cosmic_rune.html#var/linked_rune">linked_rune</a></th><td>The other rune this rune is linked with</td></tr><tr><th><a href="obj/effect/cosmic_rune.html#var/rune_effect">rune_effect</a></th><td>Effect for when someone teleports</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/effect/cosmic_rune.html#proc/fail_invoke">fail_invoke</a></th><td>For if someone failed to invoke the rune</td></tr><tr><th><a href="obj/effect/cosmic_rune.html#proc/invoke">invoke</a></th><td>For invoking the rune</td></tr><tr><th><a href="obj/effect/cosmic_rune.html#proc/link_rune">link_rune</a></th><td>For linking a new rune</td></tr><tr><th><a href="obj/effect/cosmic_rune.html#proc/unlink_rune">unlink_rune</a></th><td>Used for unlinking the other rune if this rune gets destroyed</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/linked_rune"><aside class="declaration">var </aside>linked_rune <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm#L76"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm 76"></a></h3><p>The other rune this rune is linked with</p><h3 id="var/rune_effect"><aside class="declaration">var </aside>rune_effect <aside>– /<a href="obj.html">obj</a>/effect</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm#L78"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm 78"></a></h3><p>Effect for when someone teleports</p><h2 id="proc">Proc Details</h2><h3 id="proc/fail_invoke"><aside class="declaration">proc </aside>fail_invoke<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm#L126"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm 126"></a></aside></h3><p>For if someone failed to invoke the rune</p><h3 id="proc/invoke"><aside class="declaration">proc </aside>invoke<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/user) <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm#L108"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm 108"></a></aside></h3><p>For invoking the rune</p><h3 id="proc/link_rune"><aside class="declaration">proc </aside>link_rune<aside>(/<a href="obj.html">obj</a>/<a href="obj/effect/cosmic_rune.html">effect/cosmic_rune</a>/new_rune) <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm#L134"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm 134"></a></aside></h3><p>For linking a new rune</p><h3 id="proc/unlink_rune"><aside class="declaration">proc </aside>unlink_rune<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm#L144"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm 144"></a></aside></h3><p>Used for unlinking the other rune if this rune gets destroyed</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> |