nullrod 
Vars | |
chaplain_spawnable | boolean on whether it's allowed to be picked from the nullrod's transformation ability |
---|---|
cultists_slain | Lazylist, tracks refs()s to all cultists which have been crit or killed by this nullrod. |
menu_description | Short description of what this item is capable of, for radial menu uses. |
station_holy_item | Affects GLOB.holy_weapon_type. Disable to allow null rods to change at will and without affecting the station's type. |
Procs | |
on_cult_rune_removed | Callback for effect remover, invoked when a cult rune is cleared |
on_holy_weapon_picked | Callback for subtype picker, invoked when the chaplain picks a new nullrod |
on_selected | Called on a new instance of a nullrod when selected Override this to add behavior when a nullrod is picked |
Var Details
chaplain_spawnable 
boolean on whether it's allowed to be picked from the nullrod's transformation ability
cultists_slain 
Lazylist, tracks refs()s to all cultists which have been crit or killed by this nullrod.
menu_description 
Short description of what this item is capable of, for radial menu uses.
station_holy_item 
Affects GLOB.holy_weapon_type. Disable to allow null rods to change at will and without affecting the station's type.
Proc Details
on_cult_rune_removed
Callback for effect remover, invoked when a cult rune is cleared
on_holy_weapon_picked
Callback for subtype picker, invoked when the chaplain picks a new nullrod
on_selected
Called on a new instance of a nullrod when selected Override this to add behavior when a nullrod is picked