STRING* spell_type = "Heal";
change to
STRING* spell_type = str_create("Heal");