/datum/eldritch_knowledge/spell
        
    
            
        
A knowledge subtype that grants the heretic a certain spell.
| Vars | |
| created_spell_ref | The spell we actually created. | 
|---|---|
| spell_to_add | Spell path we add to the heretic. Type-path. | 
| Procs | |
| Destroy | Spell path we add to the heretic to add a second spell (the first one only lets you add 1 lol!) this is such shit code | 
Var Details
created_spell_ref
            
        
    
            
        
        The spell we actually created.
spell_to_add
            
        
    
            
        
        Spell path we add to the heretic. Type-path.
Proc Details
Destroy
Spell path we add to the heretic to add a second spell (the first one only lets you add 1 lol!) this is such shit code