belly 
This is the master quirk that allows one to have a belly.
Vars | |
| the_bwelly | Local reference to our connected belly helper object. |
|---|---|
Procs | |
| Destroy | Extra qdels and nulling to minimize GC issues and CI errors. |
| add | Manually run an initial sprite calculation & other initializations during addition. This means your sprite is instantly visible on spawnin & appears properly in chargen. |
| post_add | Redundant calculations in case add() errors out or doesn't work as expected. |
| process | The meat of the processing happens in the equippable_belly file. This is largely sanity checks & things designed to stop it from processing if it's not appropriate. |
| remove | Final removal checks for sanity happen here. |
Var Details
the_bwelly 
Local reference to our connected belly helper object.
Proc Details
Destroy
Extra qdels and nulling to minimize GC issues and CI errors.
add
Manually run an initial sprite calculation & other initializations during addition. This means your sprite is instantly visible on spawnin & appears properly in chargen.
post_add
Redundant calculations in case add() errors out or doesn't work as expected.
process
The meat of the processing happens in the equippable_belly file. This is largely sanity checks & things designed to stop it from processing if it's not appropriate.
remove
Final removal checks for sanity happen here.