/tg/ Station 13 - Modules - TypesVar Details - Proc Details

heretic_rune

The heretic's rune, which they use to complete transmutation rituals.

Vars

is_in_useUsed mainly for summoning ritual to prevent spamming the rune to create millions of monsters.

Procs

do_ritualAttempt to invoke a ritual from the past list of knowledges.
try_ritualsAttempt to begin a ritual, giving them an input list to chose from. Also ensures is_in_use is enabled and disabled before and after.

Var Details

is_in_use

Used mainly for summoning ritual to prevent spamming the rune to create millions of monsters.

Proc Details

do_ritual

Attempt to invoke a ritual from the past list of knowledges.

Arguments

returns TRUE if any rituals passed succeeded, FALSE if they all failed.

try_rituals

Attempt to begin a ritual, giving them an input list to chose from. Also ensures is_in_use is enabled and disabled before and after.