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

profound_fisher

component that allows player mobs to play the fishing minigame without a rod equipped, non-player mobs will "pretend" fish

Vars

delete_rod_when_deletedWether we should delete the fishing rod along with the component or replace it if it's somehow removed from the parent
our_rodthe fishing rod this mob will use

Procs

on_rod_movedHandles replacing the fishing rod if somehow removed from the parent movable if delete_rod_when_deleted is TRUE, otherwise delete the component.

Var Details

delete_rod_when_deleted

Wether we should delete the fishing rod along with the component or replace it if it's somehow removed from the parent

our_rod

the fishing rod this mob will use

Proc Details

on_rod_moved

Handles replacing the fishing rod if somehow removed from the parent movable if delete_rod_when_deleted is TRUE, otherwise delete the component.